From 3364e1b0532612325eba8b3b620a60141b612297 Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Mon, 17 Jul 2023 16:34:38 +0200 Subject: [PATCH] adjust default extractor to catch more supported themes --- src/Extractors/Banlist/DefaultExtractor.php | 1 + tests/Datasets/baseurls.php | 5 ++--- .../162.55.184.155/GET/index.php/p=banlist&page=1.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=10.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=11.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=12.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=13.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=14.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=15.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=16.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=17.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=18.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=19.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=2.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=20.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=3.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=4.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=5.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=6.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=7.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=8.json | 1 - .../162.55.184.155/GET/index.php/p=banlist&page=9.json | 1 - .../Saloon/95.216.143.68/GET/index.php/p=banlist&page=1.json | 1 - .../95.216.143.68/GET/index.php/p=banlist&page=10.json | 1 - .../95.216.143.68/GET/index.php/p=banlist&page=11.json | 1 - .../95.216.143.68/GET/index.php/p=banlist&page=12.json | 1 - .../95.216.143.68/GET/index.php/p=banlist&page=13.json | 1 - .../95.216.143.68/GET/index.php/p=banlist&page=14.json | 1 - .../95.216.143.68/GET/index.php/p=banlist&page=15.json | 1 - .../95.216.143.68/GET/index.php/p=banlist&page=16.json | 1 - .../95.216.143.68/GET/index.php/p=banlist&page=17.json | 1 - .../95.216.143.68/GET/index.php/p=banlist&page=18.json | 1 - .../95.216.143.68/GET/index.php/p=banlist&page=19.json | 1 - .../Saloon/95.216.143.68/GET/index.php/p=banlist&page=2.json | 1 - .../95.216.143.68/GET/index.php/p=banlist&page=20.json | 1 - .../Saloon/95.216.143.68/GET/index.php/p=banlist&page=3.json | 1 - .../Saloon/95.216.143.68/GET/index.php/p=banlist&page=4.json | 1 - .../Saloon/95.216.143.68/GET/index.php/p=banlist&page=5.json | 1 - .../Saloon/95.216.143.68/GET/index.php/p=banlist&page=6.json | 1 - .../Saloon/95.216.143.68/GET/index.php/p=banlist&page=7.json | 1 - .../Saloon/95.216.143.68/GET/index.php/p=banlist&page=8.json | 1 - .../Saloon/95.216.143.68/GET/index.php/p=banlist&page=9.json | 1 - .../GET/index.php/p=banlist&page=1.json | 2 +- .../GET/index.php/p=banlist&page=10.json | 2 +- .../GET/index.php/p=banlist&page=11.json | 2 +- .../GET/index.php/p=banlist&page=12.json | 2 +- .../GET/index.php/p=banlist&page=13.json | 2 +- .../GET/index.php/p=banlist&page=14.json | 2 +- .../GET/index.php/p=banlist&page=15.json | 2 +- .../GET/index.php/p=banlist&page=16.json | 2 +- .../GET/index.php/p=banlist&page=17.json | 2 +- .../GET/index.php/p=banlist&page=18.json | 2 +- .../GET/index.php/p=banlist&page=19.json | 2 +- .../GET/index.php/p=banlist&page=2.json | 2 +- .../GET/index.php/p=banlist&page=20.json | 2 +- .../GET/index.php/p=banlist&page=3.json | 2 +- .../GET/index.php/p=banlist&page=4.json | 2 +- .../GET/index.php/p=banlist&page=5.json | 2 +- .../GET/index.php/p=banlist&page=6.json | 2 +- .../GET/index.php/p=banlist&page=7.json | 2 +- .../GET/index.php/p=banlist&page=8.json | 2 +- .../GET/index.php/p=banlist&page=9.json | 2 +- 62 files changed, 23 insertions(+), 63 deletions(-) delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=1.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=10.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=11.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=12.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=13.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=14.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=15.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=16.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=17.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=18.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=19.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=2.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=20.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=3.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=4.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=5.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=6.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=7.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=8.json delete mode 100644 tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=9.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=1.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=10.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=11.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=12.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=13.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=14.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=15.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=16.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=17.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=18.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=19.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=2.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=20.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=3.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=4.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=5.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=6.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=7.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=8.json delete mode 100644 tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=9.json diff --git a/src/Extractors/Banlist/DefaultExtractor.php b/src/Extractors/Banlist/DefaultExtractor.php index 59eb470..8b903d2 100644 --- a/src/Extractors/Banlist/DefaultExtractor.php +++ b/src/Extractors/Banlist/DefaultExtractor.php @@ -18,6 +18,7 @@ public function canHandle(Crawler $crawler): bool return collect($css)->contains( fn (string $href) => str_starts_with(trim($href, '/'), 'themes/default/css') + || str_starts_with(trim($href, '/'), 'themes/gcg/css') ); } diff --git a/tests/Datasets/baseurls.php b/tests/Datasets/baseurls.php index 557b673..e76e4c6 100644 --- a/tests/Datasets/baseurls.php +++ b/tests/Datasets/baseurls.php @@ -3,7 +3,6 @@ dataset('baseurls', [ // default 'https://firepoweredgaming.com/sourcebanspp/index.php', - 'https://neonheights.xyz/bans/index.php', 'https://bans.harpoongaming.com/index.php', 'https://bans.panda-community.com/index.php', 'https://sourcebans.gamerzhost.de/sb419/index.php', @@ -13,11 +12,9 @@ 'https://csgoskin.ir/server/index.php', 'https://tf2-casual-fun.de/sourcebans/index.php', 'https://vimo.lt/bans/index.php', - 'http://95.216.143.68/index.php', 'https://bans.blackwonder.tf/index.php', 'https://sourcebans.pelikriisi.net/index.php', 'https://hellbreak.pl/sb/index.php', - 'http://162.55.184.155/index.php', 'https://sourcebans.ghostcap.com/index.php', 'https://pong.setti.info/sourcebans/index.php', // fluent @@ -31,4 +28,6 @@ 'https://goodteemo.serverscstrike.com/index.php', 'https://bans.gaming-biatch.eu/index.php', 'https://newlandscsgo.com.br/sourcebans/index.php', + // blue + 'https://neonheights.xyz/bans/index.php', ]); diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=1.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=1.json deleted file mode 100644 index 0751ec0..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=1.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 17:59:57 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=68bghmt7hsokgunu5ambjc4hm5; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"\n\n \n \n Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_118');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-25 22:24:57<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #71\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #71\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:521479109\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1042958219]\" target=\"_blank\">[U:1:1042958219]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199003223947\" target=\"_blank\">76561199003223947<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-10-25 22:24:57<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_118\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_117');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-25 22:21:26<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #70\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #70\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:521387932\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1042775864]\" target=\"_blank\">[U:1:1042775864]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199003041592\" target=\"_blank\">76561199003041592<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-10-25 22:21:26<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_117\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_116');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/md.jpg\" alt=\"MD\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-25 22:17:24<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #69\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #69\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:521352073\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1042704146]\" target=\"_blank\">[U:1:1042704146]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199002969874\" target=\"_blank\">76561199002969874<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-10-25 22:17:24<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_116\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_115');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/md.jpg\" alt=\"MD\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-25 22:14:25<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #68\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #68\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:521498102\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1042996204]\" target=\"_blank\">[U:1:1042996204]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199003261932\" target=\"_blank\">76561199003261932<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-10-25 22:14:25<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_115\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_114');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-25 22:04:44<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #67\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #67\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:521531256\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1043062513]\" target=\"_blank\">[U:1:1043062513]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199003328241\" target=\"_blank\">76561199003328241<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-10-25 22:04:44<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_114\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_113');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/at.jpg\" alt=\"AT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-25 20:50:11<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #66\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #66\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:521181510\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1042363020]\" target=\"_blank\">[U:1:1042363020]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199002628748\" target=\"_blank\">76561199002628748<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-10-25 20:50:11<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_113\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_112');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-25 20:44:15<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #65\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #65\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:724154031\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1448308063]\" target=\"_blank\">[U:1:1448308063]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199408573791\" target=\"_blank\">76561199408573791<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-10-25 20:44:15<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_112\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_111');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/lt.jpg\" alt=\"LT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-13 22:23:26<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #64\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #64\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:521389814\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1042779629]\" target=\"_blank\">[U:1:1042779629]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199003045357\" target=\"_blank\">76561199003045357<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-10-13 22:23:26<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_111\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_110');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-13 20:57:00<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #63\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #63\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:522889145\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1045778291]\" target=\"_blank\">[U:1:1045778291]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006044019\" target=\"_blank\">76561199006044019<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-10-13 20:57:00<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_110\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/lu.jpg\" alt=\"LU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-07-24 20:55:51<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Ackar\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Ackar\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:69150027\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:138300055]\" target=\"_blank\">[U:1:138300055]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198098565783\" target=\"_blank\">76561198098565783<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-07-24 20:55:51<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Toxicity<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_108');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-04-17 22:26:08<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n gay_Hoster\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n gay_Hoster\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:624705345\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1249410690]\" target=\"_blank\">[U:1:1249410690]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199209676418\" target=\"_blank\">76561199209676418<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-04-17 22:26:08<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Botting<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_108\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-04-10 12:48:31<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n maxtaran11\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n maxtaran11\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:562993504\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1125987008]\" target=\"_blank\">[U:1:1125987008]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199086252736\" target=\"_blank\">76561199086252736<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-04-10 12:48:31<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Abuse of \/calladmin despite being told not to use it.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_106');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-02-16 18:16:58<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #62\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #62\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:522890454\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1045780908]\" target=\"_blank\">[U:1:1045780908]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006046636\" target=\"_blank\">76561199006046636<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-02-16 18:16:58<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_106\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-02-16 18:16:50<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #61\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #61\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:634894209\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1269788418]\" target=\"_blank\">[U:1:1269788418]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199230054146\" target=\"_blank\">76561199230054146<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-02-16 18:16:50<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_104');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/tw.jpg\" alt=\"TW\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-02-05 22:25:02<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #60\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #60\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:522994873\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1045989747]\" target=\"_blank\">[U:1:1045989747]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006255475\" target=\"_blank\">76561199006255475<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-02-05 22:25:02<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_104\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_103');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-02-05 22:25:02<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #61\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #61\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:564030771\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1128061542]\" target=\"_blank\">[U:1:1128061542]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199088327270\" target=\"_blank\">76561199088327270<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-02-05 22:25:02<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_103\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_102');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/md.jpg\" alt=\"MD\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-02-05 22:21:12<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #59\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #59\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:523188455\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046376910]\" target=\"_blank\">[U:1:1046376910]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006642638\" target=\"_blank\">76561199006642638<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-02-05 22:21:12<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_102\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_101');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ua.jpg\" alt=\"UA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-02-05 22:17:28<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #58\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #58\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:523223801\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046447602]\" target=\"_blank\">[U:1:1046447602]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006713330\" target=\"_blank\">76561199006713330<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-02-05 22:17:28<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_101\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_100');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/md.jpg\" alt=\"MD\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-02-03 17:31:17<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #57\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #57\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:523178238\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046356476]\" target=\"_blank\">[U:1:1046356476]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006622204\" target=\"_blank\">76561199006622204<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-02-03 17:31:17<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_100\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_99');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ge.jpg\" alt=\"GE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-30 23:46:08<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #56\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #56\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:523286130\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046572261]\" target=\"_blank\">[U:1:1046572261]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006837989\" target=\"_blank\">76561199006837989<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-30 23:46:08<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_99\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_98');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/si.jpg\" alt=\"SI\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-30 23:41:22<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #55\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #55\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:523202127\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046404255]\" target=\"_blank\">[U:1:1046404255]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006669983\" target=\"_blank\">76561199006669983<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-30 23:41:22<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_98\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_97');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cy.jpg\" alt=\"CY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-30 19:32:23<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #54\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #54\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:523291692\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046583384]\" target=\"_blank\">[U:1:1046583384]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006849112\" target=\"_blank\">76561199006849112<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-30 19:32:23<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_97\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_96');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nl.jpg\" alt=\"NL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-13 22:48:51<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #53\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #53\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:523291096\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046582193]\" target=\"_blank\">[U:1:1046582193]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006847921\" target=\"_blank\">76561199006847921<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-13 22:48:51<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_96\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_95');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nl.jpg\" alt=\"NL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-13 22:44:30<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #52\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #52\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:637266951\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1274533903]\" target=\"_blank\">[U:1:1274533903]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199234799631\" target=\"_blank\">76561199234799631<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-13 22:44:30<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_95\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_94');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-10 18:29:28<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #51\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #51\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:523266453\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046532907]\" target=\"_blank\">[U:1:1046532907]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006798635\" target=\"_blank\">76561199006798635<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-10 18:29:28<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_94\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_93');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-10 18:13:40<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #50\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #50\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:636806710\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1273613421]\" target=\"_blank\">[U:1:1273613421]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199233879149\" target=\"_blank\">76561199233879149<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-10 18:13:40<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_93\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_92');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-10 18:03:35<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #49\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #49\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:636548266\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1273096533]\" target=\"_blank\">[U:1:1273096533]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199233362261\" target=\"_blank\">76561199233362261<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-10 18:03:35<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_92\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_91');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-09 18:21:42<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #48\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #48\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:636408252\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1272816504]\" target=\"_blank\">[U:1:1272816504]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199233082232\" target=\"_blank\">76561199233082232<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-09 18:21:42<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_91\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_90');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-09 18:16:40<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #47\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #47\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:636620881\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1273241763]\" target=\"_blank\">[U:1:1273241763]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199233507491\" target=\"_blank\">76561199233507491<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-09 18:16:40<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_90\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_89');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-09 17:41:15<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #46\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #46\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:636408365\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1272816730]\" target=\"_blank\">[U:1:1272816730]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199233082458\" target=\"_blank\">76561199233082458<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-09 17:41:15<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_89\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <\/table>\n <div id=\"banlist-nav\">\n displaying 0 - 30 of 118 results | <b><a href='index.php?p=banlist&page=2' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\" selected=\"selected\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=10.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=10.json deleted file mode 100644 index ce5a97b..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=10.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:48:37 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=tgi26p6coag6eco072uqbvpe8f; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 270 - 118 of 118 results | <b><a href='index.php?p=banlist&page=9' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=11.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=11.json deleted file mode 100644 index 457e94c..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=11.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:48:41 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=4jsa0gksc00rva896v4tb8emhv; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 300 - 118 of 118 results | <b><a href='index.php?p=banlist&page=10' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=12.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=12.json deleted file mode 100644 index aa3c759..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=12.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:12 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=hdhli8ooj3lbm7v6q2st8fkdeu; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 330 - 118 of 118 results | <b><a href='index.php?p=banlist&page=11' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=13.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=13.json deleted file mode 100644 index b32b717..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=13.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:22 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=7tsged5bvhaa0bnq56unnpes37; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 360 - 118 of 118 results | <b><a href='index.php?p=banlist&page=12' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=14.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=14.json deleted file mode 100644 index 04fa7d8..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=14.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:10 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=hp5k2gsfbdm9qs64bsfcs635mm; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 390 - 118 of 118 results | <b><a href='index.php?p=banlist&page=13' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=15.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=15.json deleted file mode 100644 index 1fe03e6..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=15.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:51:47 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=nuqf7jmqqvu567pu43lhr4bs5t; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 420 - 118 of 118 results | <b><a href='index.php?p=banlist&page=14' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=16.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=16.json deleted file mode 100644 index cfd34d6..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=16.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:13 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=8ch6oiuccg7r3rmqi254q7puc2; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 450 - 118 of 118 results | <b><a href='index.php?p=banlist&page=15' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=17.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=17.json deleted file mode 100644 index 9b0dc5a..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=17.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:48:40 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=d0t3mfcfr92k3q4mj5op9p8jjr; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 480 - 118 of 118 results | <b><a href='index.php?p=banlist&page=16' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=18.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=18.json deleted file mode 100644 index 04305c0..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=18.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:50 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=tig75mc10qb6hof2qu1q36j0da; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 510 - 118 of 118 results | <b><a href='index.php?p=banlist&page=17' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=19.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=19.json deleted file mode 100644 index b375ac8..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=19.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:06 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=tk9slq5se09a1n3gl7m7bs4gk1; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 540 - 118 of 118 results | <b><a href='index.php?p=banlist&page=18' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=2.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=2.json deleted file mode 100644 index 31b4df8..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=2.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 18:23:14 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=cq8ckv2c54l0892096ddb5k7gu; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_88');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-08 15:15:11<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #45\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #45\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:636374354\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1272748709]\" target=\"_blank\">[U:1:1272748709]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199233014437\" target=\"_blank\">76561199233014437<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-08 15:15:11<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_88\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_87');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-07 15:11:39<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #44\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #44\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:636554362\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1273108724]\" target=\"_blank\">[U:1:1273108724]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199233374452\" target=\"_blank\">76561199233374452<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-07 15:11:39<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_87\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_86');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-07 15:07:38<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #43\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #43\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:636182684\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1272365369]\" target=\"_blank\">[U:1:1272365369]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199232631097\" target=\"_blank\">76561199232631097<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-07 15:07:38<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_86\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_85');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-07 14:59:58<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #42\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #42\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:523150626\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046301252]\" target=\"_blank\">[U:1:1046301252]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006566980\" target=\"_blank\">76561199006566980<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-07 14:59:58<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_85\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_84');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-07 14:53:12<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #41\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #41\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:636248865\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1272497730]\" target=\"_blank\">[U:1:1272497730]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199232763458\" target=\"_blank\">76561199232763458<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-07 14:53:12<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_84\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_83');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-07 14:48:02<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #40\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #40\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:636414679\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1272829359]\" target=\"_blank\">[U:1:1272829359]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199233095087\" target=\"_blank\">76561199233095087<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-07 14:48:02<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_83\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_82');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-07 14:42:50<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #39\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #39\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:636348234\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1272696469]\" target=\"_blank\">[U:1:1272696469]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199232962197\" target=\"_blank\">76561199232962197<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-07 14:42:50<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_82\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_81');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-07 14:37:13<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #38\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #38\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:523248322\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046496645]\" target=\"_blank\">[U:1:1046496645]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006762373\" target=\"_blank\">76561199006762373<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-07 14:37:13<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_81\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_80');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-07 14:26:51<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #37\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #37\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:636408307\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1272816615]\" target=\"_blank\">[U:1:1272816615]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199233082343\" target=\"_blank\">76561199233082343<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-07 14:26:51<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_80\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_79');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-07 14:22:35<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #36\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #36\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:636322783\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1272645566]\" target=\"_blank\">[U:1:1272645566]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199232911294\" target=\"_blank\">76561199232911294<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-07 14:22:35<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_79\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_78');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-06 20:05:33<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #35\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #35\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:636103406\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1272206812]\" target=\"_blank\">[U:1:1272206812]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199232472540\" target=\"_blank\">76561199232472540<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-06 20:05:33<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_78\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_77');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ua.jpg\" alt=\"UA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-01-02 20:45:51<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #34\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #34\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:635661745\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1271323490]\" target=\"_blank\">[U:1:1271323490]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199231589218\" target=\"_blank\">76561199231589218<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-01-02 20:45:51<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_77\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_76');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-31 16:10:48<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #33\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #33\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:635437227\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1270874455]\" target=\"_blank\">[U:1:1270874455]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199231140183\" target=\"_blank\">76561199231140183<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-31 16:10:48<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_76\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_75');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-27 20:50:01<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #32\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #32\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:634950276\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1269900552]\" target=\"_blank\">[U:1:1269900552]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199230166280\" target=\"_blank\">76561199230166280<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-27 20:50:01<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_75\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_74');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-27 20:22:46<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #31\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #31\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:635017604\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1270035209]\" target=\"_blank\">[U:1:1270035209]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199230300937\" target=\"_blank\">76561199230300937<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-27 20:22:46<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_74\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_73');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-27 20:13:16<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #30\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #30\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:634971888\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1269943776]\" target=\"_blank\">[U:1:1269943776]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199230209504\" target=\"_blank\">76561199230209504<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-27 20:13:16<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_73\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-25 21:00:32<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #29\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #29\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:634807557\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1269615114]\" target=\"_blank\">[U:1:1269615114]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199229880842\" target=\"_blank\">76561199229880842<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-25 21:00:32<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-25 18:43:59<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #28\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #28\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:634632409\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1269264819]\" target=\"_blank\">[U:1:1269264819]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199229530547\" target=\"_blank\">76561199229530547<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-25 18:43:59<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-25 15:19:13<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #27\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #27\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:634406085\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1268812170]\" target=\"_blank\">[U:1:1268812170]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199229077898\" target=\"_blank\">76561199229077898<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-25 15:19:13<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_69');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-16 21:34:21<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #26\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #26\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:633819956\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1267639912]\" target=\"_blank\">[U:1:1267639912]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199227905640\" target=\"_blank\">76561199227905640<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-16 21:34:21<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_69\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_68');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/md.jpg\" alt=\"MD\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-12 20:31:00<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #25\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #25\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:523219888\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046439776]\" target=\"_blank\">[U:1:1046439776]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006705504\" target=\"_blank\">76561199006705504<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-12 20:31:00<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_68\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-12 20:22:45<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #24\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #24\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:633263138\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1266526277]\" target=\"_blank\">[U:1:1266526277]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199226792005\" target=\"_blank\">76561199226792005<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-12 20:22:45<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-12 19:51:48<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #23\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #23\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:633389081\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1266778163]\" target=\"_blank\">[U:1:1266778163]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199227043891\" target=\"_blank\">76561199227043891<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-12 19:51:48<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_65');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-12 19:33:25<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #22\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #22\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:633242203\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1266484407]\" target=\"_blank\">[U:1:1266484407]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199226750135\" target=\"_blank\">76561199226750135<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-12 19:33:25<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_65\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-12 16:42:00<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #21\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #21\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:633291628\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1266583256]\" target=\"_blank\">[U:1:1266583256]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199226848984\" target=\"_blank\">76561199226848984<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-12 16:42:00<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-12 15:40:02<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #20\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #20\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:633346762\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1266693525]\" target=\"_blank\">[U:1:1266693525]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199226959253\" target=\"_blank\">76561199226959253<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-12 15:40:02<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_62');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-12 11:43:58<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #19\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #19\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:633020711\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1266041422]\" target=\"_blank\">[U:1:1266041422]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199226307150\" target=\"_blank\">76561199226307150<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-12 11:43:58<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_62\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-12 11:18:22<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #18\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #18\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:633178527\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1266357055]\" target=\"_blank\">[U:1:1266357055]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199226622783\" target=\"_blank\">76561199226622783<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-12 11:18:22<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-12 02:09:27<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #17\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #17\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:633109483\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1266218966]\" target=\"_blank\">[U:1:1266218966]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199226484694\" target=\"_blank\">76561199226484694<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-12 02:09:27<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_59');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-11 20:55:13<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #16\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #16\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:633186630\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1266373260]\" target=\"_blank\">[U:1:1266373260]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199226638988\" target=\"_blank\">76561199226638988<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-11 20:55:13<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_59\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <\/table>\n <div id=\"banlist-nav\">\n displaying 30 - 60 of 118 results | <b><a href='index.php?p=banlist&page=1' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=3' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\" selected=\"selected\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=20.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=20.json deleted file mode 100644 index ba015ae..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=20.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:46 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=5ni0gbipcb816qe3vpsk7jk7a5; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 570 - 118 of 118 results | <b><a href='index.php?p=banlist&page=19' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=3.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=3.json deleted file mode 100644 index cfa221f..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=3.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 18:23:14 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=8visuts36d4ddcb4g3qdvsk76g; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_58');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-11 20:25:34<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #15\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #15\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:633165239\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1266330478]\" target=\"_blank\">[U:1:1266330478]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199226596206\" target=\"_blank\">76561199226596206<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-11 20:25:34<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_58\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_57');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-10 16:24:04<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #14\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #14\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:632994832\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1265989665]\" target=\"_blank\">[U:1:1265989665]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199226255393\" target=\"_blank\">76561199226255393<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-10 16:24:04<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_57\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_56');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-08 14:48:33<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #13\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #13\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:632891232\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1265782465]\" target=\"_blank\">[U:1:1265782465]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199226048193\" target=\"_blank\">76561199226048193<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-08 14:48:33<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_56\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_55');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-06 15:34:10<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #12\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #12\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:632688471\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1265376943]\" target=\"_blank\">[U:1:1265376943]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199225642671\" target=\"_blank\">76561199225642671<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-06 15:34:10<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_55\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_54');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-06 15:26:34<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #11\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #11\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:632651607\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1265303214]\" target=\"_blank\">[U:1:1265303214]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199225568942\" target=\"_blank\">76561199225568942<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-06 15:26:34<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_54\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_53');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-06 15:22:07<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #10\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #10\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:632782409\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1265564819]\" target=\"_blank\">[U:1:1265564819]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199225830547\" target=\"_blank\">76561199225830547<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-06 15:22:07<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_53\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_52');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-06 15:17:07<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #9\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #9\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:632771476\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1265542953]\" target=\"_blank\">[U:1:1265542953]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199225808681\" target=\"_blank\">76561199225808681<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-06 15:17:07<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_52\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_51');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-05 22:58:45<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #8\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #8\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:632586721\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1265173442]\" target=\"_blank\">[U:1:1265173442]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199225439170\" target=\"_blank\">76561199225439170<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-05 22:58:45<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_51\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_50');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gr.jpg\" alt=\"GR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-03 23:05:56<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #7\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #7\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:523286761\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046573523]\" target=\"_blank\">[U:1:1046573523]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006839251\" target=\"_blank\">76561199006839251<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-03 23:05:56<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_50\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_49');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gr.jpg\" alt=\"GR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-03 22:57:54<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #6\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #6\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:523172402\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046344805]\" target=\"_blank\">[U:1:1046344805]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006610533\" target=\"_blank\">76561199006610533<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-03 22:57:54<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_49\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_48');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cy.jpg\" alt=\"CY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-03 22:37:05<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #5\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #5\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:523248321\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1046496643]\" target=\"_blank\">[U:1:1046496643]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199006762371\" target=\"_blank\">76561199006762371<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-03 22:37:05<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_48\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-12-03 01:12:21<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #4\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #4\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:627161175\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1254322351]\" target=\"_blank\">[U:1:1254322351]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199214588079\" target=\"_blank\">76561199214588079<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-12-03 01:12:21<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_46');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-10-14 12:11:14<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #3\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #3\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:521688384\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1043376768]\" target=\"_blank\">[U:1:1043376768]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199003642496\" target=\"_blank\">76561199003642496<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-10-14 12:11:14<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_46\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_45');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fr.jpg\" alt=\"FR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-10-14 12:07:21<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt #2\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt #2\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:627006642\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1254013284]\" target=\"_blank\">[U:1:1254013284]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199214279012\" target=\"_blank\">76561199214279012<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-10-14 12:07:21<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_45\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_44');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-10-14 11:53:27<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice Alt\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice Alt\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:525393712\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1050787425]\" target=\"_blank\">[U:1:1050787425]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199011053153\" target=\"_blank\">76561199011053153<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-10-14 11:53:27<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_44\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_43');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-10-11 22:10:32<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Yellow Dice\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Yellow Dice\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:38061324\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:76122649]\" target=\"_blank\">[U:1:76122649]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198036388377\" target=\"_blank\">76561198036388377<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-10-11 22:10:32<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Pedophilia<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_43\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-10-11 01:47:41<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n vyquad\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n vyquad\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:57562133\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:115124266]\" target=\"_blank\">[U:1:115124266]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198075389994\" target=\"_blank\">76561198075389994<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-10-11 01:47:41<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Intentionally trying to cause drama, by spreading false rumors and slander.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-09-11 20:26:44<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Darkita\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Limeball\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Darkita\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:59895355\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:119790710]\" target=\"_blank\">[U:1:119790710]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198080056438\" target=\"_blank\">76561198080056438<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-09-11 20:26:44<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Toxicity, creepy behaviour, harassment, alleged grooming<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Limeball\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_40');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cz.jpg\" alt=\"CZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-09-01 18:51:43<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n jan.cvancara.st\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Strade\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 hr (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n jan.cvancara.st\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:600772232\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1201544465]\" target=\"_blank\">[U:1:1201544465]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199161810193\" target=\"_blank\">76561199161810193<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-09-01 18:51:43<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 hr (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2021-09-01 19:51:43\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">calladmin misuse<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Strade\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_40\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-04-13 15:33:02<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Goldomond\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Dispenz0r\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Goldomond\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:65324649\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:130649299]\" target=\"_blank\">[U:1:130649299]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198090915027\" target=\"_blank\">76561198090915027<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-04-13 15:33:02<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Known to sexually groom underage community regulars, with plenty and proof to back it up.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Dispenz0r\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/si.jpg\" alt=\"SI\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-03-14 17:17:46<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n KoalaBear\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n KoalaBear\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:85427428\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:170854856]\" target=\"_blank\">[U:1:170854856]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198131120584\" target=\"_blank\">76561198131120584<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-03-14 17:17:46<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2021-03-17 17:17:46\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">User harassment + evasion<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-03-06 19:56:00<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Goo\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Goo\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:594069360\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1188138721]\" target=\"_blank\">[U:1:1188138721]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199148404449\" target=\"_blank\">76561199148404449<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-03-06 19:56:00<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Alt account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-02-02 11:05:57<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n IbelonginJL\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n IbelonginJL\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:546358557\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1092717115]\" target=\"_blank\">[U:1:1092717115]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199052982843\" target=\"_blank\">76561199052982843<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-02-02 11:05:57<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Incitement to a large amount of chatspam using slurs<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-02-02 11:03:04<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Gio\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Gio\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:136207878\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:272415756]\" target=\"_blank\">[U:1:272415756]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198232681484\" target=\"_blank\">76561198232681484<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-02-02 11:03:04<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Deliberate derogatory speech in another language, unwanted behaviour<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-02-02 11:01:53<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Corned_chips\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Corned_chips\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:527291053\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1054582106]\" target=\"_blank\">[U:1:1054582106]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199014847834\" target=\"_blank\">76561199014847834<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-02-02 11:01:53<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">High amounts of chatspam, overall unwanted behaviour<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-02-02 10:59:05<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Mayah Woo\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Mayah Woo\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:135570802\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:271141604]\" target=\"_blank\">[U:1:271141604]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198231407332\" target=\"_blank\">76561198231407332<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-02-02 10:59:05<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Incessant use of slurs, overall unwanted behaviour<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_32');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-01-16 18:14:25<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Frycio\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Frycio\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:584977674\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1169955348]\" target=\"_blank\">[U:1:1169955348]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199130221076\" target=\"_blank\">76561199130221076<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-01-16 18:14:25<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_32\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_31');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-01-16 17:11:10<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n CoolDad420\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CoolDad420\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:52984643\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:105969287]\" target=\"_blank\">[U:1:105969287]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198066235015\" target=\"_blank\">76561198066235015<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-01-16 17:11:10<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2021-01-23 17:11:10\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">NSFW spray, spawnkilling.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_31\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_30');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-01-15 21:17:17<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Ray Pugh\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Ray Pugh\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:585017071\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1170034142]\" target=\"_blank\">[U:1:1170034142]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199130299870\" target=\"_blank\">76561199130299870<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-01-15 21:17:17<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_30\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_29');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-01-15 21:10:18<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Chuck Fildren\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Chuck Fildren\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:184192078\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:368384157]\" target=\"_blank\">[U:1:368384157]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198328649885\" target=\"_blank\">76561198328649885<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-01-15 21:10:18<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Alt of an already banned account.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_29\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <\/table>\n <div id=\"banlist-nav\">\n displaying 60 - 90 of 118 results | <b><a href='index.php?p=banlist&page=2' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=4' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\" selected=\"selected\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=4.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=4.json deleted file mode 100644 index d090649..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=4.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 18:23:15 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=ji64fhm1hmef4f10akk5e4ehd9; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-01-10 00:45:57<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Senvini\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Senvini\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:99837657\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:199675314]\" target=\"_blank\">[U:1:199675314]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198159941042\" target=\"_blank\">76561198159941042<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-01-10 00:45:57<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Toxicity + evasion<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_27');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-01-05 23:22:44<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n fett nite\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n fett nite\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:579312585\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1158625170]\" target=\"_blank\">[U:1:1158625170]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199118890898\" target=\"_blank\">76561199118890898<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-01-05 23:22:44<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Lagbotting, BHOP hacking.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_27\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-01-05 16:09:59<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n TSM_N0GG3R\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n TSM_N0GG3R\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:534914732\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1069829465]\" target=\"_blank\">[U:1:1069829465]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199030095193\" target=\"_blank\">76561199030095193<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-01-05 16:09:59<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-12-03 20:10:19<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n \u2133ound'\u1d3a\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n \u2133ound'\u1d3a\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:96644999\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:193289998]\" target=\"_blank\">[U:1:193289998]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198153555726\" target=\"_blank\">76561198153555726<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-12-03 20:10:19<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Calladmin misuse + misunderstanding of the rules, toxicity, evasion<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-11-22 19:50:21<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n \u1e0a\u00eb\u02e3\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n \u1e0a\u00eb\u02e3\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:52441282\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:104882564]\" target=\"_blank\">[U:1:104882564]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198065148292\" target=\"_blank\">76561198065148292<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-11-22 19:50:21<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2020-11-23 19:50:21\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Toxicity + evasion<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-11-03 23:42:37<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Helas\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Helas\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:571856518\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1143713036]\" target=\"_blank\">[U:1:1143713036]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199103978764\" target=\"_blank\">76561199103978764<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-11-03 23:42:37<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Alt account of a banned user<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fr.jpg\" alt=\"FR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-08-28 19:35:44<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Deadass\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Deadass\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:77080711\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:154161422]\" target=\"_blank\">[U:1:154161422]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198114427150\" target=\"_blank\">76561198114427150<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-08-28 19:35:44<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2020-08-29 19:35:44\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Punishment evasion<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_21');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-08-24 18:14:54<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n The fool\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Limeball\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n The fool\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:461634162\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:923268324]\" target=\"_blank\">[U:1:923268324]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198883534052\" target=\"_blank\">76561198883534052<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-08-24 18:14:54<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2020-08-25 18:14:54\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Toxicity<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Limeball\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_21\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_20');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-08-07 21:06:15<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n LimeLazy\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n LimeLazy\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:444902304\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:889804608]\" target=\"_blank\">[U:1:889804608]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198850070336\" target=\"_blank\">76561198850070336<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-08-07 21:06:15<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2020-08-08 21:06:15\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Deliberate trolling.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_20\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_19');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-08-01 21:43:22<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Delfy\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Delfy\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:30733840\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:61467681]\" target=\"_blank\">[U:1:61467681]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198021733409\" target=\"_blank\">76561198021733409<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-08-01 21:43:22<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2020-08-02 21:43:22\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Calladmin misuse<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Welzhum\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_19\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_18');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-07-28 18:54:21<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n q_\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n q_\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:558663461\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1117326922]\" target=\"_blank\">[U:1:1117326922]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199077592650\" target=\"_blank\">76561199077592650<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-07-28 18:54:21<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Using alts to bypass mutes<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_18\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_17');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pt.jpg\" alt=\"PT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-05-23 19:58:30<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n masturbation is natural thing\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n masturbation is natural thing\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:548842652\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1097685305]\" target=\"_blank\">[U:1:1097685305]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199057951033\" target=\"_blank\">76561199057951033<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-05-23 19:58:30<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_17\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/il.jpg\" alt=\"IL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-04-28 22:45:30<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n im problematic very problematic\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n im problematic very problematic\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:51150541\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:102301082]\" target=\"_blank\">[U:1:102301082]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198062566810\" target=\"_blank\">76561198062566810<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-04-28 22:45:30<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Please do not be disrespectful.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-04-27 02:54:07<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Markauri\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Markauri\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:99621700\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:199243401]\" target=\"_blank\">[U:1:199243401]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198159509129\" target=\"_blank\">76561198159509129<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-04-27 02:54:07<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Please do not be disrespectful.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pt.jpg\" alt=\"PT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-04-25 20:24:06<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n look a this\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n look a this\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:544998692\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1089997385]\" target=\"_blank\">[U:1:1089997385]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199050263113\" target=\"_blank\">76561199050263113<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-04-25 20:24:06<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">NSFW profile picture, staff harassment.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_13');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nl.jpg\" alt=\"NL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-04-21 01:42:04<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n super pro medic\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Strade\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n super pro medic\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:534316008\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1068632017]\" target=\"_blank\">[U:1:1068632017]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199028897745\" target=\"_blank\">76561199028897745<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-04-21 01:42:04<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">aimbot<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Strade\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_13\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_12');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nl.jpg\" alt=\"NL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-04-19 13:56:37<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n mother fricker\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n mother fricker\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:517738968\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1035477937]\" target=\"_blank\">[U:1:1035477937]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198995743665\" target=\"_blank\">76561198995743665<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-04-19 13:56:37<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2020-04-20 13:56:37\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\/calladmin abuse<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_12\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_11');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/dk.jpg\" alt=\"DK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-03-24 13:58:34<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n CutieBoo \u2601LP\u0166\u2601\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CutieBoo \u2601LP\u0166\u2601\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:59565689\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:119131378]\" target=\"_blank\">[U:1:119131378]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198079397106\" target=\"_blank\">76561198079397106<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-03-24 13:58:34<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Alt of a permabanned user<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_11\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-03-04 20:37:51<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Punji\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Punji\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:67007092\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:134014184]\" target=\"_blank\">[U:1:134014184]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198094279912\" target=\"_blank\">76561198094279912<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-03-04 20:37:51<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2020-03-05 20:37:51\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Punishment evasion<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n syn\u00f6\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-03-04 18:18:26<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n SilverGoldenFlame\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Limeball\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n SilverGoldenFlame\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:134732262\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:269464524]\" target=\"_blank\">[U:1:269464524]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198229730252\" target=\"_blank\">76561198229730252<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-03-04 18:18:26<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Leaking private DFS staff-exclusive information<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Limeball\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_8');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ua.jpg\" alt=\"UA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-03-04 13:48:26<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n (_\u041f\u0420\u041e_\u0422\u041e\u041b\u042f\u041d_)\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Strade\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n (_\u041f\u0420\u041e_\u0422\u041e\u041b\u042f\u041d_)\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:197195346\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:394390692]\" target=\"_blank\">[U:1:394390692]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198354656420\" target=\"_blank\">76561198354656420<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-03-04 13:48:26<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2020-03-05 13:48:26\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">calladmin abuse<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Strade\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_8\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_7');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/es.jpg\" alt=\"ES\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-02-17 20:48:20<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n DavidTheNoHomo\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n DavidTheNoHomo\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:73173845\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:146347690]\" target=\"_blank\">[U:1:146347690]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198106613418\" target=\"_blank\">76561198106613418<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-02-17 20:48:20<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_7\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_6');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/es.jpg\" alt=\"ES\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-02-17 20:12:54<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n halvaan\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n halvaan\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:157326009\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:314652019]\" target=\"_blank\">[U:1:314652019]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198274917747\" target=\"_blank\">76561198274917747<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-02-17 20:12:54<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Alt account of an already banned user.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Blank\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_6\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_5');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-02-15 21:48:34<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n [*GRS*] Deano\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n [*GRS*] Deano\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:25010863\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:50021727]\" target=\"_blank\">[U:1:50021727]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198010287455\" target=\"_blank\">76561198010287455<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-02-15 21:48:34<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_5\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-02-15 21:33:49<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Nutty Rose\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Nutty Rose\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:533446186\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1066892372]\" target=\"_blank\">[U:1:1066892372]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199027158100\" target=\"_blank\">76561199027158100<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-02-15 21:33:49<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Toxicity and NSFW sprays, trying to evade punishment by joining with alt accounts.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/es.jpg\" alt=\"ES\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-01-27 22:52:32<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n hiit\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n Dispenz0r\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n hiit\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:98529828\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:197059656]\" target=\"_blank\">[U:1:197059656]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198157325384\" target=\"_blank\">76561198157325384<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-01-27 22:52:32<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Using inappropriate names, intentionally acting disrespectful in the servers. Using alt accounts to avoid punishments in the servers.<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Dispenz0r\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:0:98529828&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/es.jpg\" alt=\"ES\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-01-20 21:32:21<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n hiit\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">3 d (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n hiit\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:98529828\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:197059656]\" target=\"_blank\">[U:1:197059656]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198157325384\" target=\"_blank\">76561198157325384<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-01-20 21:32:21<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">3 d (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2020-01-23 21:32:21\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Disrespecting others<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:0:98529828&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_1');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/tf2.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/dk.jpg\" alt=\"DK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2020-01-15 15:59:52<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n 69CutieBoo69\n <\/div>\n <\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 69CutieBoo69\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:520909691\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1041819383]\" target=\"_blank\">[U:1:1041819383]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199002085111\" target=\"_blank\">76561199002085111<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2020-01-15 15:59:52<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Hacks\/Cheats<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n CONSOLE\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_1\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Comments<\/td>\n <td height=\"60\" class=\"listtable_1\" colspan=\"2\">\n None\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <\/table>\n <div id=\"banlist-nav\">\n displaying 90 - 118 of 118 results | <b><a href='index.php?p=banlist&page=3' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\" selected=\"selected\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=5.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=5.json deleted file mode 100644 index 5a401dc..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=5.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:42 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=4q5bfo23qvqhe2lqspd6md7fm4; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 120 - 118 of 118 results | <b><a href='index.php?p=banlist&page=4' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=6.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=6.json deleted file mode 100644 index f86b0fe..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=6.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:14 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=7mc7kcpid3k3ms50logm9i1blf; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 150 - 118 of 118 results | <b><a href='index.php?p=banlist&page=5' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=7.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=7.json deleted file mode 100644 index 77b6b09..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=7.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:11 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=650cfhboav6ce55hdq96e63mkh; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 180 - 118 of 118 results | <b><a href='index.php?p=banlist&page=6' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=8.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=8.json deleted file mode 100644 index b0e0c4e..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=8.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:47:20 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=9ak8na98qs6rve6dm7e9v20v6i; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 210 - 118 of 118 results | <b><a href='index.php?p=banlist&page=7' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=9.json b/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=9.json deleted file mode 100644 index 63c7c91..0000000 --- a/tests/Fixtures/Saloon/162.55.184.155/GET/index.php/p=banlist&page=9.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:11 GMT"],"Server":["Apache\/2.4.38 (Debian)"],"Set-Cookie":["PHPSESSID=n3ufpl00g152v3k93a7q02iiis; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | DFS<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/dfs-title-sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 118<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td class=\"listtable_1\" align=\"center\"><input id=\"admin\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Admin<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_admin\" onmouseup=\"$('admin').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t\t\t<option label=\"Blank\" value=\"13\">Blank<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Bock\" value=\"15\">Bock<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CONSOLE\" value=\"0\">CONSOLE<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"CzApA\" value=\"6\">CzApA<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Dispenz0r\" value=\"1\">Dispenz0r<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Gilford\" value=\"10\">Gilford<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"GreenSwede\" value=\"2\">GreenSwede<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Heavich\" value=\"9\">Heavich<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Light08\" value=\"3\">Light08<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Limeball\" value=\"4\">Limeball<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Neppu\" value=\"5\">Neppu<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"NotNihilanth\" value=\"16\">NotNihilanth<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Rudi\" value=\"7\">Rudi<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"skeel\" value=\"8\">skeel<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Strade\" value=\"14\">Strade<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"syn\u00f6\" value=\"12\">syn\u00f6<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option label=\"Welzhum\" value=\"11\">Welzhum<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td> \n\t\t\t\t<\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1\" id=\"ss1\">Retrieving Hostname... (162.55.184.155:27015)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"2\" id=\"ss2\">Retrieving Hostname... (162.55.184.155:27016)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 118<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"20%\" height=\"16\" class=\"listtable_top\"><b>Admin<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 240 - 118 of 118 results | <b><a href='index.php?p=banlist&page=8' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><\/select>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=1.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=1.json deleted file mode 100644 index cfd7c6e..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=1.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 18:00:01 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=3utv1se56h3kp0bsetgcg6to2f; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(21, 'id', 'host_10');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-04-06 18:58:12<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n ererywery\n <\/div>\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">4 hr (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n ererywery\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_1:0:533927227\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1067854454]\" target=\"_blank\">[U:1:1067854454]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199028120182\" target=\"_blank\">76561199028120182<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-04-06 18:58:12<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">4 hr (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2022-04-06 22:58:12\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">General Exploit of Game\/Map\/Server<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_10\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_9');\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-10-03 23:19:56<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Bluewolff\n <\/div>\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">30 min (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Bluewolff\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_1:0:460799988\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:921599976]\" target=\"_blank\">[U:1:921599976]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198881865704\" target=\"_blank\">76561198881865704<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-10-03 23:19:56<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">30 min (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2021-10-03 23:49:56\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">General Exploit of Game\/Map\/Server<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_9\">\n Please Wait...\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-09-24 16:54:51<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Shibi\n <\/div>\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">5 min (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Shibi\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:4222730\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:8445461]\" target=\"_blank\">[U:1:8445461]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561197968711189\" target=\"_blank\">76561197968711189<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-09-24 16:54:51<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">5 min (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2021-09-24 16:59:51\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Test<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:1:4222730&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-09-24 16:53:54<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Shibi\n <\/div>\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">5 min (Unbanned)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Shibi\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:4222730\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:8445461]\" target=\"_blank\">[U:1:8445461]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561197968711189\" target=\"_blank\">76561197968711189<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-09-24 16:53:54<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">5 min (Unbanned)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 1\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2021-09-24 16:58:54\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Test<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:1:4222730&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-09-24 16:35:48<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n f3ti\n <\/div>\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n f3ti\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:0:516734737\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1033469474]\" target=\"_blank\">[U:1:1033469474]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561198993735202\" target=\"_blank\">76561198993735202<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-09-24 16:35:48<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2021-10-01 16:35:48\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Exploit<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-09-24 16:35:10<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n Aben\n <\/div>\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n Aben\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:816968\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1633937]\" target=\"_blank\">[U:1:1633937]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561197961899665\" target=\"_blank\">76561197961899665<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-09-24 16:35:10<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2021-10-01 16:35:10\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Exploit<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <span title=\"Server: :, Date: 2021-09-25 11:55:13\">NP<\/span>\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-05-25 20:30:17<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n 3\n <\/div>\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 3\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:606886941\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1213773883]\" target=\"_blank\">[U:1:1213773883]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199174039611\" target=\"_blank\">76561199174039611<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-05-25 20:30:17<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-05-25 20:30:07<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n 2\n <\/div>\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 2\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:606723274\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1213446549]\" target=\"_blank\">[U:1:1213446549]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199173712277\" target=\"_blank\">76561199173712277<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-05-25 20:30:07<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-05-25 20:29:54<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n 1\n <\/div>\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n 1\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:607014051\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1214028103]\" target=\"_blank\">[U:1:1214028103]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199174293831\" target=\"_blank\">76561199174293831<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-05-25 20:29:54<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\"\n >\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2021-05-06 15:08:36<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\n ASgaidys\n <\/div>\n <\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n <!-- ###############[ Start Sliding Panel ]################## -->\n <tr>\n <td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\n ASgaidys\n <\/td>\n <!-- ###############[ Start Admin Controls ]################## -->\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n <ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n <\/div>\n <\/td>\n <!-- ###############[ End Admin Controls ]##################### -->\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n STEAM_0:1:603249794\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1206499589]\" target=\"_blank\">[U:1:1206499589]<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <a href=\"http:\/\/steamcommunity.com\/profiles\/76561199166765317\" target=\"_blank\">76561199166765317<\/a>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2021-05-06 15:08:36<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Spinhack<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" >\n Web Ban\n <\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n <tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/td>\n <\/tr>\n <!-- ###############[ End Sliding Panel ]################## -->\n <\/table>\n <div id=\"banlist-nav\">\n displaying 0 - 10 of 10 results\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=10.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=10.json deleted file mode 100644 index 54c4efe..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=10.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:18 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=ij6ukcna7ho8bpphi4k9768lmd; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 270 - 10 of 10 results | <b><a href='index.php?p=banlist&page=9' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=11.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=11.json deleted file mode 100644 index b6316d6..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=11.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:16 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=jakh36t2kpijvddvlabheuqmad; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 300 - 10 of 10 results | <b><a href='index.php?p=banlist&page=10' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=12.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=12.json deleted file mode 100644 index 23a168f..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=12.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:47 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=cs6uu5d6iivhap67085o69c0gc; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 330 - 10 of 10 results | <b><a href='index.php?p=banlist&page=11' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=13.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=13.json deleted file mode 100644 index f4a6340..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=13.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:11 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=e912qavjgrmvokdnnqpm795i6b; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 360 - 10 of 10 results | <b><a href='index.php?p=banlist&page=12' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=14.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=14.json deleted file mode 100644 index 337f8cc..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=14.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:48:42 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=urg6uro08hq96de8cgsfst6sd6; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 390 - 10 of 10 results | <b><a href='index.php?p=banlist&page=13' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=15.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=15.json deleted file mode 100644 index 7723902..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=15.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:46:19 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=68o8iirvu18ni09tvjcjh5tjg1; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 420 - 10 of 10 results | <b><a href='index.php?p=banlist&page=14' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=16.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=16.json deleted file mode 100644 index a322688..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=16.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:18 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=k2h526jov5949o8esg2vhmqa0s; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 450 - 10 of 10 results | <b><a href='index.php?p=banlist&page=15' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=17.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=17.json deleted file mode 100644 index 6822e84..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=17.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:16 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=uqq6ve0289ur6s5is8r2h9oc2u; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 480 - 10 of 10 results | <b><a href='index.php?p=banlist&page=16' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=18.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=18.json deleted file mode 100644 index e972a1f..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=18.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:48:39 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=n9b6kqatcderkt11sbfm88qdqa; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 510 - 10 of 10 results | <b><a href='index.php?p=banlist&page=17' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=19.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=19.json deleted file mode 100644 index 207f0df..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=19.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:44 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=jbt60l9ct09b9ovcac8k0ovt1h; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 540 - 10 of 10 results | <b><a href='index.php?p=banlist&page=18' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=2.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=2.json deleted file mode 100644 index 02b3f49..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=2.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:51:48 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=nf87u5sub3on55ia73na7sak0c; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 30 - 10 of 10 results | <b><a href='index.php?p=banlist&page=1' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=20.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=20.json deleted file mode 100644 index 169f00e..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=20.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:14 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=s50bjq9u4hk0qv53b39tqstvqu; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 570 - 10 of 10 results | <b><a href='index.php?p=banlist&page=19' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=3.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=3.json deleted file mode 100644 index bf8c0d4..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=3.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:09 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=3mjetseeqpu1pmbg7ndf3q3vsb; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 60 - 10 of 10 results | <b><a href='index.php?p=banlist&page=2' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=4.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=4.json deleted file mode 100644 index 58587c3..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=4.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:51:43 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=uijsf3beli6es8cgqketkeuao8; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 90 - 10 of 10 results | <b><a href='index.php?p=banlist&page=3' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=5.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=5.json deleted file mode 100644 index 4a43642..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=5.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:41 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=hv87e04rnrmnr1tva0lefqqvq9; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 120 - 10 of 10 results | <b><a href='index.php?p=banlist&page=4' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=6.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=6.json deleted file mode 100644 index aaa9f47..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=6.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:46:51 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=lk44ivbqgu6qduasj7dvtoh85r; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 150 - 10 of 10 results | <b><a href='index.php?p=banlist&page=5' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=7.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=7.json deleted file mode 100644 index fcc055c..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=7.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:45 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=1fln21s23qv9simfbpcubsvtf6; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 180 - 10 of 10 results | <b><a href='index.php?p=banlist&page=6' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=8.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=8.json deleted file mode 100644 index dd835e5..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=8.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:47:47 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=s37tn7e5df6knc41b62uongalc; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 210 - 10 of 10 results | <b><a href='index.php?p=banlist&page=7' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=9.json b/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=9.json deleted file mode 100644 index d420074..0000000 --- a/tests/Fixtures/Saloon/95.216.143.68/GET/index.php/p=banlist&page=9.json +++ /dev/null @@ -1 +0,0 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:51:44 GMT"],"Server":["Apache\/2.4.41 (Ubuntu)"],"Set-Cookie":["PHPSESSID=fk02djpd5l3ji89i781io180dt; path=\/"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Pragma":["no-cache"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["text\/html; charset=UTF-8"]},"data":"<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n <title>Ban List | SourceBans<\/title>\n <link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n <link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n <script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n <script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n \t<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n\t<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n\t<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n\n <\/head>\n <body>\n <div id=\"header\">\n <div id=\"head-logo\">\n <a href=\"index.php\">\n <img src=\"images\/logos\/sb-large.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n <\/a>\n <\/div>\n <div id=\"search\">\n \n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n <input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n <form method=\"get\" action=\"index.php\">\n <input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n <input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n <input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n <\/form>\n \n <\/div>\n <\/div><div id=\"tabsWrapper\">\n <div id=\"mainwrapper\">\n <div id=\"tabs\">\n <ul>\n <li class=\"nonactive\">\n <a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n <\/li>\n <li class=\"active\">\n <a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=submit\" class=\"tip\" title=\"Report a Player::You can submit a demo or screenshot of a suspected cheater here. It will then be up for review by one of the admins.\" target=\"_self\">Report a Player<\/a>\n <\/li>\n <li class=\"nonactive\">\n <a href=\"index.php?p=protest\" class=\"tip\" title=\"Appeal a Ban::Here you can appeal your ban. And prove your case as to why you should be unbanned.\" target=\"_self\">Appeal a Ban<\/a>\n <\/li>\n <\/ul>\n <div id=\"nav\">\n <\/div>\n <div style=\"float: right;\">\n <ul>\n <li>\n <a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n <\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n<\/div>\n<div id=\"mainwrapper\">\n <div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n <table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >\n <tbody width=\"460px\">\n <tr>\n <td class=\"box-content\">\n <h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n <div class=\"dialog-content\" align=\"left\">\n <div class=\"dialog-body\">\n <div class=\"clearfix\">\n <div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n <div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n <\/div>\n <\/div>\n <div class=\"dialog-control\" id=\"dialog-control\">\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n <b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n » <a href=\"index.php?p=home\">Home<\/a>\n » <a href=\"index.php?p=banlist\">Ban List<\/a>\n <\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 10<\/i><\/h3>\n <br \/>\n <div align=\"center\">\n <table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr class=\"sea_open\">\n <td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n <\/tr>\n <tr>\n <td>\n <div class=\"panel\">\n <table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n <tr>\n <td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n <td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n <td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Steam ID<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\"style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n <option value=\"0\" selected>Exact Match<\/option>\n <option value=\"1\">Partial Match<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Reason<\/td>\n <td class=\"listtable_1\" ><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Date<\/td>\n <td class=\"listtable_1\" >\n <input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n <input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Length<\/td>\n <td class=\"listtable_1\" >\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td>\n <select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n <option value=\"e\" title=\"equal to\">=<\/option>\n <option value=\"h\" title=\"greater\">><\/option>\n <option value=\"l\" title=\"smaller\"><<\/option>\n <option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n <option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n <\/select>\n <\/td>\n <td>\n <input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n <\/td>\n <td>\n <select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n <option value=\"0\">Permanent<\/option>\n <optgroup label=\"minutes\">\n <option value=\"1\">1 minute<\/option>\n <option value=\"5\">5 minutes<\/option>\n <option value=\"10\">10 minutes<\/option>\n <option value=\"15\">15 minutes<\/option>\n <option value=\"30\">30 minutes<\/option>\n <option value=\"45\">45 minutes<\/option>\n <\/optgroup>\n <optgroup label=\"hours\">\n <option value=\"60\">1 hour<\/option>\n <option value=\"120\">2 hours<\/option>\n <option value=\"180\">3 hours<\/option>\n <option value=\"240\">4 hours<\/option>\n <option value=\"480\">8 hours<\/option>\n <option value=\"720\">12 hours<\/option>\n <\/optgroup>\n <optgroup label=\"days\">\n <option value=\"1440\">1 day<\/option>\n <option value=\"2880\">2 days<\/option>\n <option value=\"4320\">3 days<\/option>\n <option value=\"5760\">4 days<\/option>\n <option value=\"7200\">5 days<\/option>\n <option value=\"8640\">6 days<\/option>\n <\/optgroup>\n <optgroup label=\"weeks\">\n <option value=\"10080\">1 week<\/option>\n <option value=\"20160\">2 weeks<\/option>\n <option value=\"30240\">3 weeks<\/option>\n <\/optgroup>\n <optgroup label=\"months\">\n <option value=\"40320\">1 month<\/option>\n <option value=\"80640\">2 months<\/option>\n <option value=\"120960\">3 months<\/option>\n <option value=\"241920\">6 months<\/option>\n <option value=\"483840\">12 months<\/option>\n <\/optgroup>\n <option value=\"other\">Other length in minutes<\/option>\n <\/select>\n <\/td>\n <\/tr>\n <\/table>\n <\/td>\n <\/tr>\n <tr>\n <td align=\"center\" class=\"listtable_1\" ><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n <td class=\"listtable_1\" >Type<\/td>\n <td class=\"listtable_1\" >\n <select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n <option value=\"0\" selected>Steam ID<\/option>\n <option value=\"1\">IP Address<\/option>\n <\/select>\n <\/td>\n <\/tr>\n \t\t\t <tr>\n\t\t\t \t<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n\t\t\t\t\t<td class=\"listtable_1\" >Server<\/td>\n\t\t\t <td class=\"listtable_1\" >\n\t\t\t\t\t\t<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n\t\t\t\t\t\t<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select> \n\t\t\t\t\t<\/td>\n\t\t\t <\/tr>\n\t\t\t\t\t\t\t <tr>\n\t\t\t <td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n\t\t\t <\/tr>\n\t\t\t <\/table>\n\t\t\t <\/div>\n\t\t <\/td>\n\t\t<\/tr>\n\t<\/table>\n<\/div>\n<script type=\"text\/javascript\"><\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n <br \/>\n <div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 10<\/i><\/div>\n <div id=\"banlist\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n <tr>\n <td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n <td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n <td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n <td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n <\/tr>\n <\/table>\n <div id=\"banlist-nav\">\n displaying 240 - 10 of 10 results | <b><a href='index.php?p=banlist&page=8' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b>\n <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n\n\t<\/div><\/div><\/div>\n\t<div id=\"footer\">\n\t\t<div id=\"mainwrapper\" style=\"text-align: center;\">\n\t\t\t<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n\t\t\t<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n\t\t <span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=1.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=1.json index 2121491..7fd8f90 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=1.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=1.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 18:00:07 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"CF-Ray":["76ba5d314cc4cb19-DUS"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Set-Cookie":["PHPSESSID=mp4lbcehnu07etbjpek5j9l2bu; path=\/"],"Vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"cf-apo-via":["origin,host"],"pragma":["no-cache"],"Server-Timing":["cf-q-config;dur=8.999999408843e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=7cro7IE1Gccot089CmY4j55C0%2F2YEv4xC7JFPkDMuhZKWUWpTXLrLOo%2F1NNOXhMEND0SyLyKCOS3upY7bXpLUHqpAmeR2zukgUJrxm2P9G8Ri7rBQvUdDj7%2FfHh57QmWXwGkc3YDLU8pnqI%2F8%2Fw9Vn4z%2BC%2F3Bw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2804<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2804<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2875');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-18 01:26:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFt Bu Lt\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFt Bu Lt\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:457208871\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:914417742]\" target=\"_blank\">[U:1:914417742]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198874683470\" target=\"_blank\">76561198874683470<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-18 01:26:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-19 01:26:04\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2875\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2874');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-17 23:32:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLegalizeWeedAmericanAssociation\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLegalizeWeedAmericanAssociation\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:530879664\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1061759328]\" target=\"_blank\">[U:1:1061759328]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199022025056\" target=\"_blank\">76561199022025056<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-17 23:32:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-18 23:32:06\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2874\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:530879664&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2873');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-17 20:42:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #645\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #645\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:148576307\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:297152614]\" target=\"_blank\">[U:1:297152614]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198257418342\" target=\"_blank\">76561198257418342<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-17 20:42:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-11-17 20:42:04\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2873\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2872');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-17 20:34:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nShroud\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nShroud\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714097328\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428194657]\" target=\"_blank\">[U:1:1428194657]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388460385\" target=\"_blank\">76561199388460385<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-17 20:34:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2872\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-17 20:35:06\">Shroud<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-11-17 20:35:54\">Shroud<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-17 20:34:52\">Shroud<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2871');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-17 18:20:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTan Jin Kai singapork\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTan Jin Kai singapork\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:506032930\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1012065860]\" target=\"_blank\">[U:1:1012065860]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198972331588\" target=\"_blank\">76561198972331588<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-17 18:20:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-18 18:20:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2871\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2870');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-17 17:57:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n KennySus ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKennySus ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:637166784\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1274333569]\" target=\"_blank\">[U:1:1274333569]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199234599297\" target=\"_blank\">76561199234599297<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-17 17:57:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-18 17:57:08\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2870\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-17 19:51:06\">KennySus ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-11-17 17:59:58\">KennySus ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-17 18:24:15\">KennySus ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-17 19:50:35\">KennySus ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2869');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/no.jpg\" alt=\"NO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-17 17:24:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nxeph\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nxeph\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:721709807\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1443419615]\" target=\"_blank\">[U:1:1443419615]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199403685343\" target=\"_blank\">76561199403685343<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-17 17:24:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">racist<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2869\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_2867');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cz.jpg\" alt=\"CZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-16 19:52:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nalprazolam\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nalprazolam\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:731135651\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1462271302]\" target=\"_blank\">[U:1:1462271302]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199422537030\" target=\"_blank\">76561199422537030<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-16 19:52:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Cheating<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2867\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2866');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/kr.jpg\" alt=\"KR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-16 19:51:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCuriosity : ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 wk <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCuriosity : ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:173244721\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:346489443]\" target=\"_blank\">[U:1:346489443]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198306755171\" target=\"_blank\">76561198306755171<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-16 19:51:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-23 19:51:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">taunting admin<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2866\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-16 19:56:05\">Curiosity : ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-16 19:58:30\">Curiosity : ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-17 19:56:06\">Curiosity : ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-17 20:09:53\">Curiosity : ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-17 20:11:28\">Curiosity : ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2865');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-16 18:49:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRyu\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRyu\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:559796428\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1119592857]\" target=\"_blank\">[U:1:1119592857]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199079858585\" target=\"_blank\">76561199079858585<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-16 18:49:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-17 18:49:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2865\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-17 15:49:02\">Ryu<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-16 23:03:57\">Ryu<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-17 14:57:20\">Ryu<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-17 18:27:31\">Ryu<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2864');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-16 18:07:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkian\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkian\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:533209661\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1066419322]\" target=\"_blank\">[U:1:1066419322]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199026685050\" target=\"_blank\">76561199026685050<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-16 18:07:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-17 18:07:04\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2864\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2863');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-16 17:07:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n-Mxx\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n-Mxx\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n <\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:620741612\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1241483224]\" target=\"_blank\">[U:1:1241483224]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199201748952\" target=\"_blank\">76561199201748952<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-16 17:07:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-17 17:07:49\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2863\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-16 17:08:24\">-Mxx<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2862');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-16 09:29:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nidontlikecsgo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nidontlikecsgo\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:537970613\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1075941227]\" target=\"_blank\">[U:1:1075941227]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199036206955\" target=\"_blank\">76561199036206955<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-16 09:29:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_postprocess_enable<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2862\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2861');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-16 08:50:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMonk\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMonk\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:734579431\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1469158863]\" target=\"_blank\">[U:1:1469158863]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199429424591\" target=\"_blank\">76561199429424591<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-16 08:50:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-12-16 08:50:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2861\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_2860');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/br.jpg\" alt=\"BR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-16 08:10:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntin\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntin\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:736935492\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1473870984]\" target=\"_blank\">[U:1:1473870984]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/76561199434136712\" target=\"_blank\">76561199434136712<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-16 08:10:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-11-16 08:10:01\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2860\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2859');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-15 20:59:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n()Maay\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n()Maay\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:733510682\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1467021364]\" target=\"_blank\">[U:1:1467021364]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199427287092\" target=\"_blank\">76561199427287092<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-15 20:59:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2859\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2858');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-15 17:29:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWaky Kanaeru\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWaky Kanaeru\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:731008793\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1462017586]\" target=\"_blank\">[U:1:1462017586]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199422283314\" target=\"_blank\">76561199422283314<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-15 17:29:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2858\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-15 17:40:29\">Waky Kanaeru<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-15 17:38:26\">Waky Kanaeru<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-15 14:33:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nhavry\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nhavry\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n[STEAM_0:1:196227093]\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1]\" target=\"_blank\">[U:1:1]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561197960265728\" target=\"_blank\">76561197960265728<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-15 14:33:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-16 14:33:17\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Name<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2856');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-15 13:39:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRem\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRem\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n <ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:478879436\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:957758873]\" target=\"_blank\">[U:1:957758873]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198918024601\" target=\"_blank\">76561198918024601<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-15 13:39:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-15 13:40:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2856\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2855');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-14 20:25:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAnshul\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAnshul\n<\/td>\n\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:237834056\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:475668112]\" target=\"_blank\">[U:1:475668112]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198435933840\" target=\"_blank\">76561198435933840<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-14 20:25:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-15 20:25:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2855\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:0:237834056&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2854');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-14 20:12:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnocxem\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n nocxem\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:648155460\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1296310920]\" target=\"_blank\">[U:1:1296310920]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199256576648\" target=\"_blank\">76561199256576648<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-14 20:12:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-15 20:12:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2854\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2853');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fi.jpg\" alt=\"FI\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-14 09:57:31<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSuspect 69\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSuspect 69\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:585037863\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1170075727]\" target=\"_blank\">[U:1:1170075727]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199130341455\" target=\"_blank\">76561199130341455<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-14 09:57:31<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-11-14 09:57:31\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2853\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2852');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 23:15:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAhmad JAckson\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAhmad JAckson\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:605635168\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1211270337]\" target=\"_blank\">[U:1:1211270337]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199171536065\" target=\"_blank\">76561199171536065<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 23:15:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2852\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 22:31:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntimothy ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntimothy ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:98836512\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:197673024]\" target=\"_blank\">[U:1:197673024]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198157938752\" target=\"_blank\">76561198157938752<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 22:31:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">trolling multiple time <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2850');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 21:30:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLyf3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLyf3\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:721331012\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1442662024]\" target=\"_blank\">[U:1:1442662024]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199402927752\" target=\"_blank\">76561199402927752<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 21:30:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-14 21:30:46\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2850\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:721331012&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-14 14:48:10\">Lyf3<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-14 14:47:30\">Lyf3<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-14 17:48:07\">Lyf3<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-14 18:47:23\">Lyf3<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-14 20:02:37\">Lyf3<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2849');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 20:59:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncheese\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncheese\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:584187024\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1168374048]\" target=\"_blank\">[U:1:1168374048]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199128639776\" target=\"_blank\">76561199128639776<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 20:59:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-14 20:59:15\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2849\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href='index.php?p=banlist&searchText=STEAM_1:0:584187024&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2848');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 18:27:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfr0st | ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfr0st | ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:725914318\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1451828636]\" target=\"_blank\">[U:1:1451828636]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199412094364\" target=\"_blank\">76561199412094364<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 18:27:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2848\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:725914318&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2847');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 17:11:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBaki\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBaki\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:729555457\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1459110914]\" target=\"_blank\">[U:1:1459110914]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199419376642\" target=\"_blank\">76561199419376642<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 17:11:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2847\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 17:07:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMiyu (Miku)\n<\/div>\n<\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMiyu (Miku)\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:190546217\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:381092434]\" target=\"_blank\">[U:1:381092434]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198341358162\" target=\"_blank\">76561198341358162<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 17:07:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Trolling \/ Inflating \/ Unsportmanship Conduct \/ Toxic<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_0:0:190546217&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-14 15:13:20\">Miyu<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2845');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 15:06:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nasc\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nasc\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:722300942\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1444601885]\" target=\"_blank\">[U:1:1444601885]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199404867613\" target=\"_blank\">76561199404867613<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 15:06:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-14 15:06:28\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2845\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-11-13 17:54:44\">asc<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 0 - 30 of 2804 results | <b><a href='index.php?p=banlist&page=2' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\" selected=\"selected\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76ba5d314cc4cb19',m:'UnDVxZwuGyvTg9wylCDx7Xo3Ta1JiGzsQV7a5QStOcs-1668708007-0-ATurbNun6v9MAtxdVAL+Yh3LzPtsBSwxjW2utkNOSw\/KkCkkTTXhbMHB\/+F0kbNQyxQiA5TDkpIGml3VKNDGPVIerjX+lzYoGBh\/gvLV6yFbgc0UXSPqKzDB4FxUPEeI8prefbHeeFz8iMfVM368\/HU=',s:[0x480b6fe813,0xb132a52320],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76ba5d314cc4cb19\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:29:23 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=v7tqf8nfaf82rooga8eqkc10g7; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=uYik52%2BGoIPVGaq5iWEuqJve0xP%2Fc%2Fhumt8Z1ZJ5BRcen0GMz7oo2HhS1lbcCoyvMQ4zmyJRsHHNNMigBFI8aczqVMK8rFZhSbN0j2v%2FGWIJub05u1DTQdUWz800YnxcZSMwUFajVkD2zxFqeSLJbervzlTgAg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e832d4188a1faee-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-17 17:47:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nlalalala\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 wk <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nlalalala\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:80260157\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:160520315]\" target=\"_blank\">[U:1:160520315]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198120786043\" target=\"_blank\">76561198120786043<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-17 17:47:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-24 17:47:17\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Killing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_5055');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-16 17:11:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nwait..im goated\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwait..im goated\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:783033420\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1566066841]\" target=\"_blank\">[U:1:1566066841]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199526332569\" target=\"_blank\">76561199526332569<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-16 17:11:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5055\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_5054');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-16 00:50:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWHY ARE YOU GAY\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d, 2 hr, 40 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWHY ARE YOU GAY\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:44779563\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:89559126]\" target=\"_blank\">[U:1:89559126]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198049824854\" target=\"_blank\">76561198049824854<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-16 00:50:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d, 2 hr, 40 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-17 03:30:00\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">edge<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5054\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_5053');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-15 16:29:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #297\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #297\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:783148076\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1566296153]\" target=\"_blank\">[U:1:1566296153]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199526561881\" target=\"_blank\">76561199526561881<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-15 16:29:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5053\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_5052');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-15 16:24:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nhesate9633\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nhesate9633\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:783135064\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1566270129]\" target=\"_blank\">[U:1:1566270129]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199526535857\" target=\"_blank\">76561199526535857<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-15 16:24:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5052\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_5051');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-15 09:54:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPikaHaru\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPikaHaru\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:720698682\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1441397364]\" target=\"_blank\">[U:1:1441397364]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199401663092\" target=\"_blank\">76561199401663092<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-15 09:54:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">racist+ignore warn<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5051\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-15 10:07:41\">PikaHaru<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-15 10:17:47\">PikaHaru<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-15 12:53:26\">PikaHaru<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-15 18:08:00\">PikaHaru<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-15 18:48:11\">PikaHaru<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-15 07:58:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n`addison rae\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n`addison rae\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:772973179\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1545946359]\" target=\"_blank\">[U:1:1545946359]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199506212087\" target=\"_blank\">76561199506212087<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-15 07:58:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Impersonating Admin staff<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_5049');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fr.jpg\" alt=\"FR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-15 01:17:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLykou19 ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d, 2 hr, 40 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLykou19 ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:667132656\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1334265313]\" target=\"_blank\">[U:1:1334265313]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199294531041\" target=\"_blank\">76561199294531041<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-15 01:17:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d, 2 hr, 40 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-16 03:57:35\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">exploiting<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5049\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (8)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-15 17:08:57\">Lykou19 ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-15 17:44:04\">Lykou19 ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-15 20:59:06\">Lykou19 ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-16 01:27:19\">Lykou19 ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-16 02:28:08\">Lykou19 ghostcap.com<\/span>, <span title=\"Server: :, Date: 2023-07-15 22:26:26\">Lykou19 ghostcap.com<\/span>, <span title=\"Server: :, Date: 2023-07-15 23:04:23\">Lykou19 ghostcap.com<\/span>, <span title=\"Server: :, Date: 2023-07-15 23:27:45\">Lykou19 ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5048');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-13 23:24:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJesus Christ Almighty\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJesus Christ Almighty\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:710392955\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1420785911]\" target=\"_blank\">[U:1:1420785911]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199381051639\" target=\"_blank\">76561199381051639<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-13 23:24:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Killing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5048\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-07-13 23:32:10\">Jesus Christ Almighty<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_5047');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ua.jpg\" alt=\"UA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-13 13:42:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n-=haron=-\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n-=haron=-\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:547327109\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1094654219]\" target=\"_blank\">[U:1:1094654219]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199054919947\" target=\"_blank\">76561199054919947<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-13 13:42:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-14 13:42:23\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inflating for zombie speed item: Map trials<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5047\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-13 13:42:49\">-=haron=-<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-13 13:49:26\">-=haron=-<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-13 13:58:49\">-=haron=-<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_5046');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-12 14:31:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPimpAssMothaFucka\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPimpAssMothaFucka\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:773682094\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1547364189]\" target=\"_blank\">[U:1:1547364189]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199507629917\" target=\"_blank\">76561199507629917<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-12 14:31:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5046\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_5045');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/mn.jpg\" alt=\"MN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-12 13:26:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNo SounD\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNo SounD\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:774416483\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1548832966]\" target=\"_blank\">[U:1:1548832966]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199509098694\" target=\"_blank\">76561199509098694<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-12 13:26:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">admin disrespect\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5045\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_5044');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-12 12:52:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u5947\u9e97Mikas ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 wk <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u5947\u9e97Mikas ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:552230914\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1104461829]\" target=\"_blank\">[U:1:1104461829]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199064727557\" target=\"_blank\">76561199064727557<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-12 12:52:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-19 12:52:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">afk scripting<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5044\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-15 04:35:10\">\u5947\u9e97Mikas ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-12 00:01:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCampyfire\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 wk <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCampyfire\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:169902003\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:339804006]\" target=\"_blank\">[U:1:339804006]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198300069734\" target=\"_blank\">76561198300069734<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-12 00:01:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-19 00:01:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Killing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5042');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-11 22:12:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCampyfire\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCampyfire\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:169902003\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:339804006]\" target=\"_blank\">[U:1:339804006]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198300069734\" target=\"_blank\">76561198300069734<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-11 22:12:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-12 22:12:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5042\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:169902003&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_5041');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-10 17:53:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTim Fucking Allen\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTim Fucking Allen\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:740539880\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1481079761]\" target=\"_blank\">[U:1:1481079761]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199441345489\" target=\"_blank\">76561199441345489<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-10 17:53:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5041\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-07-10 17:53:57\">Tim Fucking Allen<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-12 17:18:22\">Tim Fucking Allen<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5040');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-10 17:31:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnalamac\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnalamac\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:497853205\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:995706411]\" target=\"_blank\">[U:1:995706411]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198955972139\" target=\"_blank\">76561198955972139<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-10 17:31:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-11 17:31:23\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">killing teammate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5040\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-10 13:26:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n3,1415926535897932384\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n3,1415926535897932384\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:581513531\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1163027063]\" target=\"_blank\">[U:1:1163027063]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199123292791\" target=\"_blank\">76561199123292791<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-10 13:26:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Unsportsmanlike Conduct<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_5038');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-09 04:22:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njush csgorun\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njush csgorun\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:706327943\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1412655886]\" target=\"_blank\">[U:1:1412655886]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199372921614\" target=\"_blank\">76561199372921614<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-09 04:22:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-10 04:22:34\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5038\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5037');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-09 00:09:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ni scam elderlies\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ni scam elderlies\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:723154820\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1446309641]\" target=\"_blank\">[U:1:1446309641]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199406575369\" target=\"_blank\">76561199406575369<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-09 00:09:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-16 00:09:51\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">killing teammate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5037\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-07-10 17:58:08\">i scam elderlies<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5036');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-09 00:06:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkito\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkito\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:732126944\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1464253889]\" target=\"_blank\">[U:1:1464253889]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199424519617\" target=\"_blank\">76561199424519617<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-09 00:06:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-10 00:06:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5036\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:732126944&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-07-09 21:56:40\">kito<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5035');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-08 23:33:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\narie\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">2 wk <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\narie\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:632334178\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1264668357]\" target=\"_blank\">[U:1:1264668357]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199224934085\" target=\"_blank\">76561199224934085<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-08 23:33:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">2 wk <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-22 23:33:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5035\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_0:1:632334178&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-07-10 21:11:27\">arie<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5034');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-08 17:33:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGreed\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGreed\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:604839536\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1209679072]\" target=\"_blank\">[U:1:1209679072]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199169944800\" target=\"_blank\">76561199169944800<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-08 17:33:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-09 17:33:04\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5034\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:604839536&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_5033');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-08 16:05:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #300\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #300\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:161256585\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:322513171]\" target=\"_blank\">[U:1:322513171]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198282778899\" target=\"_blank\">76561198282778899<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-08 16:05:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5033\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-08 18:08:42\">\u0414\u043e\u043d\u0430\u0440<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_5032');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-06 22:11:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRetarded VEG3TA\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRetarded VEG3TA\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:558212068\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1116424137]\" target=\"_blank\">[U:1:1116424137]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199076689865\" target=\"_blank\">76561199076689865<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-06 22:11:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-07 22:11:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5032\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-07 02:43:36\">Retarded VEG3TA<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5031');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-06 18:01:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nrm -rf\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nrm -rf\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:432941310\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:865882621]\" target=\"_blank\">[U:1:865882621]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198826148349\" target=\"_blank\">76561198826148349<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-06 18:01:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Ignoring Admins<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5031\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5030');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-06 17:58:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmuhzz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmuhzz\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:768156538\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1536313076]\" target=\"_blank\">[U:1:1536313076]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199496578804\" target=\"_blank\">76561199496578804<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-06 17:58:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-13 17:58:24\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">being a baiter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5030\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (12)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-06 18:00:13\">muhzz<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-07 22:11:41\">muhzz<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-06 20:48:39\">muhzz<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-07 13:06:06\">muhzz<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-08 17:03:35\">muhzz<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-10 18:33:58\">muhzz<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-11 14:38:46\">muhzz<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-11 22:52:05\">muhzz<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-12 14:26:16\">muhzz<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-13 14:18:07\">muhzz<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-13 14:30:36\">muhzz<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-13 16:32:40\">muhzz<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/bg.jpg\" alt=\"BG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-06 17:52:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCynoRx\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">12 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCynoRx\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:55318846\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:110637692]\" target=\"_blank\">[U:1:110637692]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198070903420\" target=\"_blank\">76561198070903420<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-06 17:52:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-07 05:52:02\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Ignoring Leader and intentionally killing the whole team<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-06 18:24:44\">CynoRx<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-06 19:23:51\">CynoRx<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5028');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-05 19:03:31<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nImoYs\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nImoYs\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:113186884\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:226373769]\" target=\"_blank\">[U:1:226373769]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198186639497\" target=\"_blank\">76561198186639497<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-05 19:03:31<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-06 19:03:31\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5028\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-05 17:40:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHey.\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHey.\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:640798850\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1281597701]\" target=\"_blank\">[U:1:1281597701]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199241863429\" target=\"_blank\">76561199241863429<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-05 17:40:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Circumventing Ban<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-07-05 22:09:40\">Hey.<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 0 - 30 of 4967 results | <b><a href=\"index.php?p=banlist&page=2\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\" selected=\"selected\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e832d4188a1faee',m:'vPKncQfr5o7p0GuuFZva.YRrUDIuv4bu_yTkvNE2CKo-1689604163-0-ARiVeGpaj1MAttOlltnaEEkitzpiHLzR99a8q82x0uNn'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e832d4188a1faee\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=10.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=10.json index 222269e..e0b8c41 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=10.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=10.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:47:44 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"pragma":["no-cache"],"set-cookie":["PHPSESSID=6008ch4l7fkrv0a5tic5g3iauh; path=\/"],"vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"Server-Timing":["cf-q-config;dur=7.9999990703072e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=8cuZy6XcASaW1DbjTjWjkOU2iItMN4X8JGTzqAHuSrh%2FoSqXXpEO3ZAv4AZal%2F3AO59Bl1BfzzX3PgxBmEPxEkZ6%2BeIMqz3v%2Fcmyu%2F%2BFlYg3b2bjKGFz%2B5acd0AldguOiNlXQmve%2BxCF5eASQ4lg9cNiwFNE4g%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"CF-RAY":["76c020a72e81fafa-DUS"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2810<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2810<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-02 17:16:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKatashi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKatashi\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:584070219\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1168140439]\" target=\"_blank\">[U:1:1168140439]<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199128406167\" target=\"_blank\">76561199128406167<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-02 17:16:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-09 17:16:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Language<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-03 00:26:25\">Katashi<\/span>, <span title=\"Server: 104.238.220.132:27040, Date: 2022-10-03 00:22:13\">Katashi<\/span>, <span title=\"Server: 104.238.220.132:27040, Date: 2022-10-05 14:10:49\">Iroha<\/span>, <span title=\"Server: 104.238.220.132:27020, Date: 2022-10-07 02:30:25\">Katashi<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2606');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-02 14:57:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSAber ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSAber ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:158024148\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:316048297]\" target=\"_blank\">[U:1:316048297]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198276314025\" target=\"_blank\">76561198276314025<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-02 14:57:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-03 14:57:17\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2606\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-02 14:58:06\">\u00e2\u0153\u00aa SAber ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-02 15:59:17\">\u00e2\u0153\u00aa SAber ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-02 16:44:03\">\u00e2\u0153\u00aa SAber ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-02 15:45:41\">\u00e2\u0153\u00aa SAber ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2605');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-02 13:26:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n>\/\/\/\/\/<\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n>\/\/\/\/\/<\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:433897524\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:867795049]\" target=\"_blank\">[U:1:867795049]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198828060777\" target=\"_blank\">76561198828060777<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-02 13:26:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-03 13:26:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2605\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2604');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-02 12:52:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nZaDeZ\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nZaDeZ\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:658106593\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1316213186]\" target=\"_blank\">[U:1:1316213186]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199276478914\" target=\"_blank\">76561199276478914<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-02 12:52:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-03 12:52:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2604\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-02 21:32:18\">ZaDeZ<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2603');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-01 22:30:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGnahznay ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 hr (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGnahznay ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:6840727\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:13681455]\" target=\"_blank\">[U:1:13681455]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561197973947183\" target=\"_blank\">76561197973947183<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-01 22:30:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 hr (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndon&#39;t do it again finish what you are doing utube or something we have 10 ppl are waiting to play in Alpha\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-01 23:30:10\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">afk script<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2603\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2602');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-01 22:28:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGoku\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGoku\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:625177426\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1250354853]\" target=\"_blank\">[U:1:1250354853]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199210620581\" target=\"_blank\">76561199210620581<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-01 22:28:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-01 23:28:06\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">afk script<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2602\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-01 22:32:43\">Goku<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2601');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-01 21:06:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nok ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nok ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:704169019\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1408338039]\" target=\"_blank\">[U:1:1408338039]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199368603767\" target=\"_blank\">76561199368603767<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-01 21:06:41<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-02 21:06:41\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2601\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:1:704169019&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2600');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-01 19:32:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\neggnaitlog\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\neggnaitlog\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:702656900\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1405313800]\" target=\"_blank\">[U:1:1405313800]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199365579528\" target=\"_blank\">76561199365579528<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-01 19:32:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2600\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-01 19:36:13\">eggnaitlog<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-01 21:11:37\">eggnaitlog<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2599');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-01 18:58:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbelphegor\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbelphegor\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:229819970\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:459639941]\" target=\"_blank\">[U:1:459639941]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198419905669\" target=\"_blank\">76561198419905669<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-01 18:58:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nhttps:\/\/forums.ghostcap.com\/topic\/1700-unban-application\/\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">go fuck your laser to other server<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2599\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-01 18:59:59\">belphegor<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-01 19:29:34\">belphegor<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2598');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-01 17:11:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #19\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #19\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:151128624\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:302257248]\" target=\"_blank\">[U:1:302257248]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198262522976\" target=\"_blank\">76561198262522976<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-01 17:11:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2598\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2597');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-01 16:14:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ninos #GCG\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ninos #GCG\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n <\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:710222873\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1420445746]\" target=\"_blank\">[U:1:1420445746]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199380711474\" target=\"_blank\">76561199380711474<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-01 16:14:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-02 16:14:29\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2597\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-02 11:02:51\">inos #GCG<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-02 11:16:09\">inos #GCG<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-02 14:21:34\">inos #GCG<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2596');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-01 14:11:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nYour snack\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nYour snack\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:654757020\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1309514040]\" target=\"_blank\">[U:1:1309514040]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199269779768\" target=\"_blank\">76561199269779768<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-01 14:11:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-01 14:11:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2596\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-01 14:15:05\">Your snack<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2595');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-01 13:06:58<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMdr\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMdr\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714280057\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428560115]\" target=\"_blank\">[U:1:1428560115]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388825843\" target=\"_blank\">76561199388825843<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-01 13:06:58<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-02 13:06:58\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2595\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2594');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-01 00:07:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n1strep\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n1strep\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:679952147\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1359904295]\" target=\"_blank\">[U:1:1359904295]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199320170023\" target=\"_blank\">76561199320170023<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-01 00:07:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-01 00:07:46\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2594\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-11 20:07:28\">1strep<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-13 15:35:15\">1strep<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-01 00:12:12\">1strep<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-13 15:34:31\">1strep<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2593');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-30 23:20:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nlazy and throw\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nlazy and throw\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:709783725\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1419567451]\" target=\"_blank\">[U:1:1419567451]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199379833179\" target=\"_blank\">76561199379833179<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-30 23:20:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-01 23:20:24\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2593\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-01 17:58:35\">lazy and throw<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2592');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-30 22:46:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nunnamed\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nunnamed\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:0:714020088\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428040176]\" target=\"_blank\">[U:1:1428040176]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388305904\" target=\"_blank\">76561199388305904<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-30 22:46:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-30 22:46:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2592\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:714020088&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-30 22:47:42\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-04 18:48:52\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-30 22:47:08\">unnamed<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2591');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-30 22:01:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsURF\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsURF\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:240853024\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:481706049]\" target=\"_blank\">[U:1:481706049]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198441971777\" target=\"_blank\">76561198441971777<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-30 22:01:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-01 22:01:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2591\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-01 16:05:25\">sURF<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-01 20:06:47\">sURF<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2590');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-30 20:58:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbob\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbob\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:575879721\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1151759443]\" target=\"_blank\">[U:1:1151759443]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199112025171\" target=\"_blank\">76561199112025171<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-30 20:58:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-01 20:58:46\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2590\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2588');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-30 18:36:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmduruin88\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmduruin88\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:0:589236816\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1178473632]\" target=\"_blank\">[U:1:1178473632]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199138739360\" target=\"_blank\">76561199138739360<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-30 18:36:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-01 18:36:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2588\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2587');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-30 13:56:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRealmilktea aim (ghostcap.com)\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRealmilktea aim (ghostcap.com)\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:712667907\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1425335815]\" target=\"_blank\">[U:1:1425335815]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199385601543\" target=\"_blank\">76561199385601543<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-30 13:56:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-07 13:56:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">not playing the game. and just trying not to get kicked by auto afk.<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2587\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_0:1:712667907&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2586');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cn.jpg\" alt=\"CN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-30 01:04:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nheadshot manniko\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nheadshot manniko\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:426379304\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:852758608]\" target=\"_blank\">[U:1:852758608]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198813024336\" target=\"_blank\">76561198813024336<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-30 01:04:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-30 01:04:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2586\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-29 23:34:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNoob\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNoob\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:714756748\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429513496]\" target=\"_blank\">[U:1:1429513496]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389779224\" target=\"_blank\">76561199389779224<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-29 23:34:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-03 17:24:38\">Noob<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-03 17:25:38\">Noob<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-03 17:40:05\">Noob<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-06 18:19:31\">Noob<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2584');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-29 23:15:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMDK\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMDK\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:220921610\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:441843220]\" target=\"_blank\">[U:1:441843220]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198402108948\" target=\"_blank\">76561198402108948<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-29 23:15:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-29 23:15:08\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2584\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2583');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-29 21:27:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njamal\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njamal\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:62970684\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:125941368]\" target=\"_blank\">[U:1:125941368]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198086207096\" target=\"_blank\">76561198086207096<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-29 21:27:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-06 21:27:56\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">blocking teammates and not playing as a team.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2583\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2582');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-29 14:54:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ns1mple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ns1mple\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714840897\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429681794]\" target=\"_blank\">[U:1:1429681794]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389947522\" target=\"_blank\">76561199389947522<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-29 14:54:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2582\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2581');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-29 13:08:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNiKoOo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNiKoOo\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:674197262\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1348394524]\" target=\"_blank\">[U:1:1348394524]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199308660252\" target=\"_blank\">76561199308660252<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-29 13:08:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-30 13:08:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2581\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2580');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-28 23:16:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nseor vac\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nseor vac\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:568573145\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1137146290]\" target=\"_blank\">[U:1:1137146290]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199097412018\" target=\"_blank\">76561199097412018<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-28 23:16:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-29 23:16:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2580\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2579');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-28 22:46:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nunnamed\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nunnamed\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714020088\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428040176]\" target=\"_blank\">[U:1:1428040176]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388305904\" target=\"_blank\">76561199388305904<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-28 22:46:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-29 22:46:47\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2579\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:714020088&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-28 21:55:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nguy\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nguy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:38918856\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:77837712]\" target=\"_blank\">[U:1:77837712]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198038103440\" target=\"_blank\">76561198038103440<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-28 21:55:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Cheating<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-02 21:40:21\">Sifunay<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-28 20:50:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nThe Fl4sh\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nThe Fl4sh\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:630708441\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1261416882]\" target=\"_blank\">[U:1:1261416882]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199221682610\" target=\"_blank\">76561199221682610<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-28 20:50:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-05 20:50:07\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Being Toxic.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 22:19:33\">The Flash \u00e2\u0161\u00a1<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-04 20:17:14\">The Flash \u00e2\u0161\u00a1<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 270 - 300 of 2810 results | <b><a href='index.php?p=banlist&page=9' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=11' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\" selected=\"selected\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76c020a72e81fafa',m:'4SI.XKLT9A96H_dKnrjs5tfrS3UeIV715GTnNKCjJi8-1668768464-0-Aev0AT1cgk5tWVtL6NmYMk0awMeN8Gw5CkWsp4mC8V3ANlDUV3M4IP+\/pZLRzGPCHcaT31yJ4LhLw15lFzEarReVJGs\/UTSKSJX0CQ9ZEoT8pHAmq8qzteAVPRwCY7O3uxDoTfzkLMvoztYpJ2zdB08=',s:[0xdbe43f0ebb,0xb8478adbd3],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76c020a72e81fafa\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:33:04 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=0t4qgf48ct0gbi3qg13vfccm48; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=0uwln3hT%2B4dI2G5NsE4N6yBthC%2Ba4n8N7yw3eQewmJF8tKWAaKmociZfQ6VCa0iXQKVf9oqXi42XQDeydOfA283lP8bq6KScusTSLtIT2vtR2rmeaeJ3u9ttlAKvQ6iKq4ePkJYd5SBJQfwqNdaOG33J%2FzF0Xw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8332a15c07716f-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4786');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-19 17:45:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nEshmail Tetzel\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nEshmail Tetzel\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:715537865\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1431075731]\" target=\"_blank\">[U:1:1431075731]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199391341459\" target=\"_blank\">76561199391341459<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-19 17:45:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4786\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4785');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-19 17:32:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPimple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPimple\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:60394574\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:120789149]\" target=\"_blank\">[U:1:120789149]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198081054877\" target=\"_blank\">76561198081054877<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-19 17:32:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-26 17:32:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Flashing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4785\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:60394574&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-22 15:21:38\">Pimple<\/span>, <span title=\"Server: :, Date: 2023-05-21 02:34:39\">Pimple<\/span>, <span title=\"Server: :, Date: 2023-05-24 15:13:38\">Pimple<\/span>, <span title=\"Server: :, Date: 2023-05-25 23:23:56\">Pimple<\/span>, <span title=\"Server: :, Date: 2023-05-26 13:58:26\">Pimple<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4784');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-19 17:31:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKenny-Ass\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKenny-Ass\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:630244302\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1260488604]\" target=\"_blank\">[U:1:1260488604]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199220754332\" target=\"_blank\">76561199220754332<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-19 17:31:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-20 17:31:02\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4784\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4783');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-19 16:56:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTiger47\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTiger47\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:515352403\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1030704807]\" target=\"_blank\">[U:1:1030704807]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198990970535\" target=\"_blank\">76561198990970535<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-19 16:56:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Language<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4783\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-21 13:50:48\">Tiger47<\/span>, <span title=\"Server: :, Date: 2023-05-27 21:34:00\">Tiger47<\/span>, <span title=\"Server: :, Date: 2023-06-11 09:39:59\">Tiger47<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4782');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-19 16:07:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRose\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRose\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:760159835\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1520319671]\" target=\"_blank\">[U:1:1520319671]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199480585399\" target=\"_blank\">76561199480585399<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-19 16:07:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4782\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4781');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-19 09:08:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n14th ranked movment player\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n14th ranked movment player\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:773389444\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1546778888]\" target=\"_blank\">[U:1:1546778888]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199507044616\" target=\"_blank\">76561199507044616<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-19 09:08:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4781\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4780');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hu.jpg\" alt=\"HU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-18 22:48:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsapphire\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsapphire\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:772945201\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1545890403]\" target=\"_blank\">[U:1:1545890403]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199506156131\" target=\"_blank\">76561199506156131<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-18 22:48:41<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4780\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4779');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-18 13:42:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\npookie ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\npookie ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:89952269\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:179904539]\" target=\"_blank\">[U:1:179904539]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198140170267\" target=\"_blank\">76561198140170267<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-18 13:42:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Intenationally Trolling<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4779\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-22 07:19:56\">pookie<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4778');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-17 22:22:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n51.161.198.223:27020 -> Offline\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n51.161.198.223:27020 -> Offline\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:770781825\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1541563650]\" target=\"_blank\">[U:1:1541563650]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199501829378\" target=\"_blank\">76561199501829378<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-17 22:22:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">threats<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4778\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4777');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pl.jpg\" alt=\"PL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-17 05:00:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ni miss her\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ni miss her\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:601583506\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1203167013]\" target=\"_blank\">[U:1:1203167013]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199163432741\" target=\"_blank\">76561199163432741<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-17 05:00:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-05-16 05:00:54\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4777\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4776');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-16 23:30:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nColdzera\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nColdzera\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:772752026\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1545504052]\" target=\"_blank\">[U:1:1545504052]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199505769780\" target=\"_blank\">76561199505769780<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-16 23:30:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4776\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4775');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-16 18:45:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPxnd\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPxnd\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:761609285\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1523218570]\" target=\"_blank\">[U:1:1523218570]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199483484298\" target=\"_blank\">76561199483484298<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-16 18:45:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-17 18:45:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4775\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:761609285&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (7)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-16 21:27:09\">Pxnd<\/span>, <span title=\"Server: :, Date: 2023-05-16 18:45:40\">Pxnd<\/span>, <span title=\"Server: :, Date: 2023-05-17 10:42:47\">Pxnd<\/span>, <span title=\"Server: :, Date: 2023-05-17 11:47:55\">Pxnd<\/span>, <span title=\"Server: :, Date: 2023-05-17 12:06:53\">Pxnd<\/span>, <span title=\"Server: :, Date: 2023-05-17 12:22:31\">Pxnd<\/span>, <span title=\"Server: :, Date: 2023-05-17 17:40:19\">Pxnd<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4774');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-16 17:07:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSad Duck\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSad Duck\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:585266679\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1170533358]\" target=\"_blank\">[U:1:1170533358]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199130799086\" target=\"_blank\">76561199130799086<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-16 17:07:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-17 17:07:57\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4774\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4773');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/dk.jpg\" alt=\"DK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-16 07:45:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #25\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #25\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:78917005\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:157834011]\" target=\"_blank\">[U:1:157834011]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198118099739\" target=\"_blank\">76561198118099739<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-16 07:45:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4773\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4772');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-16 01:33:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkxyyy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkxyyy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:773141144\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1546282288]\" target=\"_blank\">[U:1:1546282288]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199506548016\" target=\"_blank\">76561199506548016<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-16 01:33:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4772\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4771');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-16 01:31:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\npawy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\npawy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:600823554\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1201647109]\" target=\"_blank\">[U:1:1201647109]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199161912837\" target=\"_blank\">76561199161912837<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-16 01:31:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-17 01:31:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4771\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-16 03:10:12\">pawy<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4770');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-15 19:39:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nyasuo toi choi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nyasuo toi choi\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:773090177\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1546180354]\" target=\"_blank\">[U:1:1546180354]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199506446082\" target=\"_blank\">76561199506446082<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-15 19:39:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">evading ban\/duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4770\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4769');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-15 17:21:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLaXuS*ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLaXuS*ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:576338054\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1152676108]\" target=\"_blank\">[U:1:1152676108]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199112941836\" target=\"_blank\">76561199112941836<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-15 17:21:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-16 17:21:20\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">inflating<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4769\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-15 17:21:57\">LaXuS*ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-16 09:32:51\">LaXuS*ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-16 15:27:52\">LaXuS*ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4768');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-15 14:48:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ngangbang.6969\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ngangbang.6969\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:772672913\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1545345826]\" target=\"_blank\">[U:1:1545345826]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199505611554\" target=\"_blank\">76561199505611554<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-15 14:48:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4768\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-23 15:01:55\">gangbang.6969<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4767');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/tw.jpg\" alt=\"TW\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-15 12:52:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAc\u00fbbens\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAc\u00fbbens\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:156505421\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:313010843]\" target=\"_blank\">[U:1:313010843]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198273276571\" target=\"_blank\">76561198273276571<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-15 12:52:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnone\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-22 12:52:09\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">N word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4767\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4766');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-14 20:03:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmoney\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmoney\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:770303240\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1540606481]\" target=\"_blank\">[U:1:1540606481]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199500872209\" target=\"_blank\">76561199500872209<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-14 20:03:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4766\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-09 22:38:10\">money<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4765');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-14 18:26:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nREGIT...\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nREGIT...\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:424846334\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:849692668]\" target=\"_blank\">[U:1:849692668]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198809958396\" target=\"_blank\">76561198809958396<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-14 18:26:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-15 18:26:30\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">baiting<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4765\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-15 10:44:35\">REGIT...<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-15 10:56:27\">REGIT...<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-15 16:44:02\">REGIT...<\/span>, <span title=\"Server: :, Date: 2023-05-14 18:43:20\">REGIT...<\/span>, <span title=\"Server: :, Date: 2023-05-15 10:35:13\">REGIT...<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4764');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-14 17:55:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJenna Tolls\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJenna Tolls\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:576336257\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1152672515]\" target=\"_blank\">[U:1:1152672515]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199112938243\" target=\"_blank\">76561199112938243<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-14 17:55:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4764\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-14 18:26:37\">Jenna Tolls<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4763');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-14 15:15:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndiery\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndiery\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:128227774\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:256455549]\" target=\"_blank\">[U:1:256455549]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198216721277\" target=\"_blank\">76561198216721277<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-14 15:15:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4763\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4762');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-14 12:35:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfernanda serrano\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfernanda serrano\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:769637368\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1539274737]\" target=\"_blank\">[U:1:1539274737]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199499540465\" target=\"_blank\">76561199499540465<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-14 12:35:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4762\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4761');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-14 09:50:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nshmickyD\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nshmickyD\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:609732935\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1219465870]\" target=\"_blank\">[U:1:1219465870]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199179731598\" target=\"_blank\">76561199179731598<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-14 09:50:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4761\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4760');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-14 08:09:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nskywhywalker\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nskywhywalker\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:756832359\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1513664718]\" target=\"_blank\">[U:1:1513664718]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199473930446\" target=\"_blank\">76561199473930446<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-14 08:09:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4760\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4759');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fr.jpg\" alt=\"FR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-14 05:17:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAkira[Bhop]\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAkira[Bhop]\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:772691852\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1545383705]\" target=\"_blank\">[U:1:1545383705]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199505649433\" target=\"_blank\">76561199505649433<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-14 05:17:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4759\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4758');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-14 04:30:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nVgFt\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVgFt\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:589428095\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1178856191]\" target=\"_blank\">[U:1:1178856191]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199139121919\" target=\"_blank\">76561199139121919<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-14 04:30:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-15 04:30:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4758\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-14 09:41:50\">VgFt<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4757');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-14 02:42:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #11\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #11\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:628324506\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1256649013]\" target=\"_blank\">[U:1:1256649013]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199216914741\" target=\"_blank\">76561199216914741<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-14 02:42:41<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-15 02:42:41\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4757\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:628324506&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-14 22:35:48\">\u0427\u0412\u041a \u0410\u0434\u043e\u043b\u044c\u0444\u262d<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 270 - 300 of 4967 results | <b><a href=\"index.php?p=banlist&page=9\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=11\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\" selected=\"selected\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8332a15c07716f',m:'skyZhERNnzBRYlpOHJ.O5dNRQVJmnJh8t16K1RCJvgE-1689604384-0-ASAl59NuVD+6BXeoEkOxU2at39uj7RRjWe8kLJyZphlG'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8332a15c07716f\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=11.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=11.json index 40b4971..2b08c5c 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=11.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=11.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:46:47 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"pragma":["no-cache"],"set-cookie":["PHPSESSID=92csf3uut66kn23il1jd85he61; path=\/"],"vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"Server-Timing":["cf-q-config;dur=6.9999987317715e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=3z7BpNZEK3e%2Fn%2F2S7SmqSn3q22L%2BAXidzWpU%2BwOBTeqKKyjqiGdCBzdW8HnYJ7sS1LrQPBe7N1ocvQ%2Bc3Ew%2FoXwDBTetWxAjgV35fggU1vu5Vmy9T9TBOsQ3%2B7NAt5zPHxTWcwwMqzWsq8Y7BVblccK%2F9ERISA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"CF-RAY":["76c01f375eb8caf1-DUS"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2810<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2810<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-28 20:43:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRussian Army\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRussian Army\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:597747196\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1195494392]\" target=\"_blank\">[U:1:1195494392]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199155760120\" target=\"_blank\">76561199155760120<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-28 20:43:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-05 20:43:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_0:0:597747196&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-30 13:33:57\">Russian Army<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-30 22:47:58\">3000H PLAY GAME<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(13, 'id', 'host_2575');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-28 17:38:02<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSCP-056\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSCP-056\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:26550196\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:53100392]\" target=\"_blank\">[U:1:53100392]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198013366120\" target=\"_blank\">76561198013366120<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-28 17:38:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nunbanned\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-29 17:38:02\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">exploiting bugs<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2575\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 104.238.220.132:27040, Date: 2022-09-28 17:40:28\">SCP-056<\/span>, <span title=\"Server: 104.238.220.132:27040, Date: 2022-09-28 18:01:39\">SCP-056<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-28 14:37:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nVital\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVital\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:483287730\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:966575461]\" target=\"_blank\">[U:1:966575461]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198926841189\" target=\"_blank\">76561198926841189<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-28 14:37:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Being toxic. <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (8)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-30 21:14:39\">vital<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-07 13:27:18\">vital<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-22 13:39:11\">vital<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-27 07:20:32\">Endurance<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 15:08:36\">vital<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-07 11:13:55\">vital<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-21 19:32:41\">vital<\/span>, <span title=\"Server: 104.238.220.132:27040, Date: 2022-09-28 15:18:08\">vital<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-28 14:37:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBUSHA\n <\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBUSHA\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:562621034\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1125242069]\" target=\"_blank\">[U:1:1125242069]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199085507797\" target=\"_blank\">76561199085507797<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-28 14:37:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-05 14:37:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Toxic<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 15:08:36\">BUSHA<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 15:09:30\">BUSHA<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 20:10:31\">BUSHA<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-01 17:17:22\">BUSHA<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-04 22:11:18\">BUSHA<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2572');\">\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-28 14:02:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDababy!?\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDababy!?\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714425894\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428851789]\" target=\"_blank\">[U:1:1428851789]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389117517\" target=\"_blank\">76561199389117517<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-28 14:02:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-28 14:02:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2572\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 14:03:46\">Dababy!?<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2571');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-28 06:40:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nZyn\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n \n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nZyn\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:713471311\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1426942622]\" target=\"_blank\">[U:1:1426942622]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199387208350\" target=\"_blank\">76561199387208350<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-28 06:40:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-28 06:40:35\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2571\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2570');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/bd.jpg\" alt=\"BD\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-28 01:00:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nunnamed\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nunnamed\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:716556482\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1433112964]\" target=\"_blank\">[U:1:1433112964]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199393378692\" target=\"_blank\">76561199393378692<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-28 01:00:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-28 01:00:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2570\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-28 00:17:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfranc\u00d0\u00be10k_ ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfranc\u00d0\u00be10k_ ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:634593810\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1269187620]\" target=\"_blank\">[U:1:1269187620]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199229453348\" target=\"_blank\">76561199229453348<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-28 00:17:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2568');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-27 23:42:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nS1gun\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nS1gun\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n <\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:641402149\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1282804299]\" target=\"_blank\">[U:1:1282804299]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199243070027\" target=\"_blank\">76561199243070027<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-27 23:42:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-28 23:42:46\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2568\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:641402149&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-28 00:11:35\">encoren<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-28 11:04:16\">encoren<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-28 22:09:58\">encoren<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-28 22:25:20\">encoren<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2567');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-27 20:47:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nparr8\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nparr8\n<\/td>\n \n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:564865227\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1129730455]\" target=\"_blank\">[U:1:1129730455]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199089996183\" target=\"_blank\">76561199089996183<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-27 20:47:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-28 20:47:47\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2567\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">5 <a href='index.php?p=banlist&searchText=STEAM_1:1:564865227&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 13:07:41\">parr8<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-27 19:32:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTeamCNVER_TaL1ner\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\nTeamCNVER_TaL1ner\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:609259613\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1218519227]\" target=\"_blank\">[U:1:1218519227]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199178784955\" target=\"_blank\">76561199178784955<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-27 19:32:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-04 19:32:27\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Racist<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (8)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-28 23:29:21\">TeamCNVER_TaL1ner<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-28 19:17:03\">TeamCNVER_TaL1ner<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-29 12:51:48\">TeamCNVER_TaL1ner<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-30 17:37:27\">TeamCNVER_TaL1ner<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-27 22:32:50\">TeamCNVER_TaL1ner<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 19:02:26\">TeamCNVER_TaL1ner<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-03 16:46:00\">TeamCNVER_TaL1ner<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-04 13:19:01\">TeamCNVER_TaL1ner<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2565');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-27 17:55:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnoob\n<\/div>\n<\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnoob\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:62970684\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:125941368]\" target=\"_blank\">[U:1:125941368]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198086207096\" target=\"_blank\">76561198086207096<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-27 17:55:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-28 17:55:37\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2565\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:62970684&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-28 13:59:33\">jamal<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2564');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-27 17:52:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSyaz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSyaz\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:518334092\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1036668185]\" target=\"_blank\">[U:1:1036668185]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198996933913\" target=\"_blank\">76561198996933913<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-09-27 17:52:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-28 17:52:11\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2564\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 16:18:26\">Syaz<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2563');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-26 23:39:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #283\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #283\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:148660165\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:297320331]\" target=\"_blank\">[U:1:297320331]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198257586059\" target=\"_blank\">76561198257586059<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-26 23:39:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-27 23:39:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2563\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2562');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-26 22:55:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #271\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #271\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:610321516\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1220643032]\" target=\"_blank\">[U:1:1220643032]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199180908760\" target=\"_blank\">76561199180908760<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-26 22:55:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-27 22:55:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2562\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2561');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nl.jpg\" alt=\"NL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-26 22:51:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJunksek\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJunksek\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:720418225\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1440836451]\" target=\"_blank\">[U:1:1440836451]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199401102179\" target=\"_blank\">76561199401102179<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-26 22:51:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2561\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2560');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-26 22:43:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHorii\n <\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHorii\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:550574745\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1101149490]\" target=\"_blank\">[U:1:1101149490]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199061415218\" target=\"_blank\">76561199061415218<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-26 22:43:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-27 22:43:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2560\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href='index.php?p=banlist&searchText=STEAM_1:0:550574745&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2559');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-26 22:31:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nstew\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nstew\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:419740262\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:839480525]\" target=\"_blank\">[U:1:839480525]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198799746253\" target=\"_blank\">76561198799746253<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-26 22:31:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-27 22:31:34\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2559\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:419740262&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (6)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-27 14:57:32\">stew<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-27 14:39:42\">stew<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-27 14:40:04\">stew<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-27 14:56:10\">stew<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-27 14:56:56\">stew<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-27 22:21:00\">stew<\/span>\n<\/td>\n<\/tr>\n <\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2558');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-26 18:09:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nboogie\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nboogie\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:170567230\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:341134460]\" target=\"_blank\">[U:1:341134460]<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198301400188\" target=\"_blank\">76561198301400188<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-26 18:09:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-27 18:09:30\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2558\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2557');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-26 17:59:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPoopedon69\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPoopedon69\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:524084819\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1048169638]\" target=\"_blank\">[U:1:1048169638]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199008435366\" target=\"_blank\">76561199008435366<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-26 17:59:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-27 17:59:07\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2557\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2556');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-26 16:23:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n:skull:\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n:skull:\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:607065288\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1214130577]\" target=\"_blank\">[U:1:1214130577]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199174396305\" target=\"_blank\">76561199174396305<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-26 16:23:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-27 16:23:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2556\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:1:607065288&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2555');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-26 15:15:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #72\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #72\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:1:209445720\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:418891441]\" target=\"_blank\">[U:1:418891441]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198379157169\" target=\"_blank\">76561198379157169<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-26 15:15:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-27 15:15:53\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2555\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-26 15:16:41\">\u00ce\u203a<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2554');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-26 00:59:58<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHopp3rFat\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHopp3rFat\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:242162688\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:484325376]\" target=\"_blank\">[U:1:484325376]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198444591104\" target=\"_blank\">76561198444591104<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-26 00:59:58<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-27 00:59:58\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2554\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2553');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-26 00:59:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLo Cai Bun Pho\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLo Cai Bun Pho\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n <\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:74424773\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:148849546]\" target=\"_blank\">[U:1:148849546]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198109115274\" target=\"_blank\">76561198109115274<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-26 00:59:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-27 00:59:52\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2553\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 23:34:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmid piece\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmid piece\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:97350426\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:194700853]\" target=\"_blank\">[U:1:194700853]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198154966581\" target=\"_blank\">76561198154966581<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 23:34:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-02 23:34:35\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">evading chat filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2551');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 23:30:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ngodzilla\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ngodzilla\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:714587737\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429175474]\" target=\"_blank\">[U:1:1429175474]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389441202\" target=\"_blank\">76561199389441202<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 23:30:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Bhop Detected and Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2551\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 00:15:10\">godzilla<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2550');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 23:27:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nwhite flover\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwhite flover\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:1:584257097\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1168514195]\" target=\"_blank\">[U:1:1168514195]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199128779923\" target=\"_blank\">76561199128779923<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 23:27:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-26 23:27:30\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">killing teammates<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2550\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-26 21:37:28\">white flover<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2549');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 22:17:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n144\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n144\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:97923088\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:195846176]\" target=\"_blank\">[U:1:195846176]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198156111904\" target=\"_blank\">76561198156111904<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 22:17:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-26 22:17:44\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2549\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2548');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 21:14:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nskizy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nskizy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n \n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:453600183\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:907200367]\" target=\"_blank\">[U:1:907200367]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198867466095\" target=\"_blank\">76561198867466095<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 21:14:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-25 21:14:15\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2548\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-02 19:33:32\">skizy<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-02 19:34:18\">skizy<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2547');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 20:33:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00e3\u0192\u00a1\u00ef\u00bc\u00b2\u00ef\u00bc\u00a5\u00ef\u00bc\u00a9\u00ef\u00bc\u00ad\u00ef\u00bc\u00b5 ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00e3\u0192\u00a1\u00ef\u00bc\u00b2\u00ef\u00bc\u00a5\u00ef\u00bc\u00a9\u00ef\u00bc\u00ad\u00ef\u00bc\u00b5 ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:626338815\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1252677630]\" target=\"_blank\">[U:1:1252677630]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199212943358\" target=\"_blank\">76561199212943358<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 20:33:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-02 20:33:10\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">illegal anti-afk scripting<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2547\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-25 21:29:45\">\u00e3\u0192\u00a1\u00ef\u00bc\u00b2\u00ef\u00bc\u00a5\u00ef\u00bc\u00a9\u00ef\u00bc\u00ad\u00ef\u00bc\u00b5 ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-26 17:46:02\">\u00e3\u0192\u00a1\u00ef\u00bc\u00b2\u00ef\u00bc\u00a5\u00ef\u00bc\u00a9\u00ef\u00bc\u00ad\u00ef\u00bc\u00b5 ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 300 - 330 of 2810 results | <b><a href='index.php?p=banlist&page=10' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=12' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\" selected=\"selected\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76c01f375eb8caf1',m:'8gFZH9bDaQU6uXDQOeuum.l6XaojqoAW9n6seKDLV2Y-1668768407-0-ASlAFzn4DdH0ZRoWz\/iRnwCaoyKIwkCClO\/U6BPTRUxLPXBniHesCcy0Qqly0Nbyd\/645y3nn7gLDU64NddZyCmPIYSycBI9KhQ6gmOiygZhgWUr3UDNOUII1PrSW5g\/pZRw0PreS8asFkWM7AI57FM=',s:[0x758ba260ec,0xec55850e8a],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76c01f375eb8caf1\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:32:31 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=p0ba94misct7e5salbh9t09jau; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=qRAfX2L09Mq4BI1DDdtFzQ0VvKGZKC5c18V6GmDlpidgTAMzvxYTLggGGNsdBjE%2F%2FCbn5mQzjHX%2FulnwBUR4Afq87m8D7CFkofDKbxa%2FC%2FW%2BmSMfJ7O6APQfK%2F4Y6mVWAVaVUVLAV8xpeC7BYWoSAYCDUB3mng%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8331d729d3717b-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4756');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-14 00:27:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nZaddy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nZaddy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:106634555\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:213269110]\" target=\"_blank\">[U:1:213269110]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198173534838\" target=\"_blank\">76561198173534838<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-14 00:27:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-15 00:27:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4756\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4755');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-13 23:35:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nxRaiIn DE\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nxRaiIn DE\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:734569087\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1469138175]\" target=\"_blank\">[U:1:1469138175]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199429403903\" target=\"_blank\">76561199429403903<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-13 23:35:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4755\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-13 23:37:49\">xRaiIn DE<\/span>, <span title=\"Server: :, Date: 2023-05-18 10:08:30\">Railn DE<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4754');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-13 22:21:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ninternsfury\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ninternsfury\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:771800710\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1543601420]\" target=\"_blank\">[U:1:1543601420]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199503867148\" target=\"_blank\">76561199503867148<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-13 22:21:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bhop script<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4754\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4753');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-13 21:09:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\npussy hunter\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\npussy hunter\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:127771652\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:255543304]\" target=\"_blank\">[U:1:255543304]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198215809032\" target=\"_blank\">76561198215809032<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-13 21:09:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4753\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4752');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-13 21:01:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n2acB\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2acB\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:421374453\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:842748906]\" target=\"_blank\">[U:1:842748906]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198803014634\" target=\"_blank\">76561198803014634<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-13 21:01:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-14 21:01:57\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">blocking teammates<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4752\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-14 15:10:52\">2acB<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4751');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ae.jpg\" alt=\"AE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-13 19:47:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmaypsweats3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmaypsweats3\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:721494439\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1442988879]\" target=\"_blank\">[U:1:1442988879]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199403254607\" target=\"_blank\">76561199403254607<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-13 19:47:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4751\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4750');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cz.jpg\" alt=\"CZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-13 01:35:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\npadna2.0.8UwU\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\npadna2.0.8UwU\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714206217\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1428412435]\" target=\"_blank\">[U:1:1428412435]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199388678163\" target=\"_blank\">76561199388678163<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-13 01:35:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-14 01:35:20\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4750\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4749');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-13 01:21:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nZoom\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nZoom\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:611592833\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1223185667]\" target=\"_blank\">[U:1:1223185667]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199183451395\" target=\"_blank\">76561199183451395<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-13 01:21:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4749\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4748');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-12 23:46:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #16\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #16\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:593521661\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1187043323]\" target=\"_blank\">[U:1:1187043323]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199147309051\" target=\"_blank\">76561199147309051<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-12 23:46:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4748\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4747');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-12 22:43:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nArie\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nArie\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:632334178\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1264668357]\" target=\"_blank\">[U:1:1264668357]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199224934085\" target=\"_blank\">76561199224934085<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-12 22:43:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-13 22:43:10\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4747\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">11 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:632334178&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-13 16:30:53\">Arie<\/span>, <span title=\"Server: :, Date: 2023-05-13 18:12:58\">Arie<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4746');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-12 17:42:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCourtney Osborne\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCourtney Osborne\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:762267663\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1524535326]\" target=\"_blank\">[U:1:1524535326]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199484801054\" target=\"_blank\">76561199484801054<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-12 17:42:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4746\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4744');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-11 23:22:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nK!d Jeb\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nK!d Jeb\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:497450042\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:994900085]\" target=\"_blank\">[U:1:994900085]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198955165813\" target=\"_blank\">76561198955165813<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-11 23:22:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4744\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:497450042&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4745');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-11 23:22:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nK!d Jeb\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nK!d Jeb\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:497450042\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:994900085]\" target=\"_blank\">[U:1:994900085]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198955165813\" target=\"_blank\">76561198955165813<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-11 23:22:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4745\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:497450042&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4743');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/dk.jpg\" alt=\"DK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-11 23:15:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWordlyacclaiMM\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWordlyacclaiMM\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:764614667\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1529229335]\" target=\"_blank\">[U:1:1529229335]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199489495063\" target=\"_blank\">76561199489495063<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-11 23:15:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4743\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4742');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-11 18:54:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nIPONE\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nIPONE\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:200790704\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:401581409]\" target=\"_blank\">[U:1:401581409]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198361847137\" target=\"_blank\">76561198361847137<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-11 18:54:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-12 18:54:47\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">map inflater<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4742\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-11 19:03:01\">IPONE<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-11 19:09:16\">IPONE<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-12 14:56:19\">IPONE<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-12 16:25:58\">IPONE<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4741');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-11 17:53:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSurntin\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSurntin\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:769012626\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1538025252]\" target=\"_blank\">[U:1:1538025252]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199498290980\" target=\"_blank\">76561199498290980<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-11 17:53:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_crosshair_recoil<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4741\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4740');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nz.jpg\" alt=\"NZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-11 11:17:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nvile #bigmoneymaker\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nvile #bigmoneymaker\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:136124316\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:272248632]\" target=\"_blank\">[U:1:272248632]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198232514360\" target=\"_blank\">76561198232514360<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-11 11:17:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-10 11:17:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4740\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4739');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hu.jpg\" alt=\"HU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-10 23:14:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n._.Hungarian Boy._.\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n._.Hungarian Boy._.\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:626552569\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1253105138]\" target=\"_blank\">[U:1:1253105138]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199213370866\" target=\"_blank\">76561199213370866<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-10 23:14:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-11 23:14:23\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4739\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4738');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-10 18:31:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnot s1mple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnot s1mple\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:769965831\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1539931663]\" target=\"_blank\">[U:1:1539931663]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199500197391\" target=\"_blank\">76561199500197391<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-10 18:31:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-05-09 18:31:44\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4738\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4737');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nz.jpg\" alt=\"NZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-10 15:58:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTactiX \u22b9\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTactiX \u22b9\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:760313524\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1520627048]\" target=\"_blank\">[U:1:1520627048]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199480892776\" target=\"_blank\">76561199480892776<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-10 15:58:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4737\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4736');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-09 22:59:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nanabolic steroid user\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">4 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nanabolic steroid user\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:214637134\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:429274268]\" target=\"_blank\">[U:1:429274268]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198389539996\" target=\"_blank\">76561198389539996<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-09 22:59:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">4 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-06 22:59:02\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">multiple times bypassing chat filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4736\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:214637134&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4735');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-09 20:01:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCareBearLover42\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCareBearLover42\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:763513166\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1527026333]\" target=\"_blank\">[U:1:1527026333]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199487292061\" target=\"_blank\">76561199487292061<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-09 20:01:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-10 20:01:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4735\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4734');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-09 17:17:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfk8590206\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfk8590206\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:753003199\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1506006399]\" target=\"_blank\">[U:1:1506006399]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199466272127\" target=\"_blank\">76561199466272127<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-09 17:17:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nChanged ban to 1 day\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Ignoring Admins<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4734\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (9)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-10 19:30:06\">fk8590206<\/span>, <span title=\"Server: :, Date: 2023-05-10 19:47:58\">fk8590206<\/span>, <span title=\"Server: :, Date: 2023-05-17 09:55:42\">Farhanbox2<\/span>, <span title=\"Server: :, Date: 2023-05-29 01:01:01\">Farhanbox2<\/span>, <span title=\"Server: :, Date: 2023-05-30 22:16:48\">Farhanbox2<\/span>, <span title=\"Server: :, Date: 2023-05-31 00:39:46\">Farhanbox2<\/span>, <span title=\"Server: :, Date: 2023-05-31 20:06:04\">Farhanbox2<\/span>, <span title=\"Server: :, Date: 2023-06-01 00:37:16\">Farhanbox2<\/span>, <span title=\"Server: :, Date: 2023-06-01 00:42:42\">Farhanbox2<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4733');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-08 21:47:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNiKo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNiKo\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:768742321\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1537484643]\" target=\"_blank\">[U:1:1537484643]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199497750371\" target=\"_blank\">76561199497750371<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-08 21:47:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4733\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-08 22:23:46\">NiKo<\/span>, <span title=\"Server: :, Date: 2023-05-10 21:45:48\">N1K0<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4732');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-08 20:47:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkocica\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkocica\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:766005427\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1532010855]\" target=\"_blank\">[U:1:1532010855]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199492276583\" target=\"_blank\">76561199492276583<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-08 20:47:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4732\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4731');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-08 17:30:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmay tuoi lol ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmay tuoi lol ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:768345174\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1536690348]\" target=\"_blank\">[U:1:1536690348]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199496956076\" target=\"_blank\">76561199496956076<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-08 17:30:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-09 17:30:38\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">dont inflate again<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4731\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-09 14:29:51\">may tuoi lol ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4730');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-08 17:00:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n`Krv.\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk, 3 d, 40 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n`Krv.\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:20774122\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:41548245]\" target=\"_blank\">[U:1:41548245]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198001813973\" target=\"_blank\">76561198001813973<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-08 17:00:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk, 3 d, 40 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-18 17:40:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">dont troll<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4730\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4729');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-08 16:26:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDaryl :PPP ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d, 2 hr, 40 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDaryl :PPP ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:567145904\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1134291808]\" target=\"_blank\">[U:1:1134291808]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199094557536\" target=\"_blank\">76561199094557536<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-08 16:26:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d, 2 hr, 40 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-09 19:06:34\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">inflating<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4729\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4728');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-07 23:16:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRa1ny\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRa1ny\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:753109533\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1506219066]\" target=\"_blank\">[U:1:1506219066]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199466484794\" target=\"_blank\">76561199466484794<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-07 23:16:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-06 23:16:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4728\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:753109533&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4727');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-07 19:58:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRizz Gahd\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRizz Gahd\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:83543286\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:167086572]\" target=\"_blank\">[U:1:167086572]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198127352300\" target=\"_blank\">76561198127352300<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-07 19:58:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-08 19:58:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">dont overtalk<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4727\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 300 - 330 of 4967 results | <b><a href=\"index.php?p=banlist&page=10\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=12\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\" selected=\"selected\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8331d729d3717b',m:'oCCVCMMekjjJzkej2WhljnuWL2wrOssLWfFg9FRQU64-1689604351-0-AXOXzkhf3ime\/LLFSrAqL9YPI6VQYRXgVv0Wf8AU6wOy'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8331d729d3717b\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=12.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=12.json index 5d11e8b..6da015c 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=12.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=12.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:09 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"pragma":["no-cache"],"set-cookie":["PHPSESSID=2rcse1vaf4ej0g7itb2fqcfskq; path=\/"],"vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"Server-Timing":["cf-q-config;dur=6.0000020312145e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=D7ymEUgfBHcYAGn0TTyDXLszWM1wuLNg8MzdDPN70NdmQdk%2BefA16O3RMZxx9ybqJpbcPx8%2FKjYkbDPiTG02T41GqJaFpeLiQheAqSwxqmfqqIYHCcFR%2B7nRZ092GTgFBS1kooCg9gk%2BnzessO7OzYMG1Pk7uQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"CF-RAY":["76c02432ddf1cb37-DUS"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2810<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2810<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2546');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 20:29:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbnwGiggs\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbnwGiggs\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:575851349\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1151702699]\" target=\"_blank\">[U:1:1151702699]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199111968427\" target=\"_blank\">76561199111968427<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 20:29:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-26 20:29:07\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2546\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">5 <a href='index.php?p=banlist&searchText=STEAM_1:1:575851349&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-26 17:46:40\">bnwGiggs \u00e2\u0153\u00aa<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2545');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 18:12:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntnhaan\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntnhaan\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:633887068\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1267774136]\" target=\"_blank\">[U:1:1267774136]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199228039864\" target=\"_blank\">76561199228039864<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-09-25 18:12:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-26 18:12:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2545\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2544');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 16:06:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMALICE\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMALICE\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:531895870\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1063791740]\" target=\"_blank\">[U:1:1063791740]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199024057468\" target=\"_blank\">76561199024057468<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 16:06:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-26 16:06:04\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2544\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-25 16:17:05\">MALICE<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-25 22:42:06\">MALICE<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-25 16:13:08\">MALICE<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2543');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 15:25:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nparr8\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nparr8\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:564865227\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1129730455]\" target=\"_blank\">[U:1:1129730455]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199089996183\" target=\"_blank\">76561199089996183<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 15:25:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-26 15:25:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2543\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">5 <a href='index.php?p=banlist&searchText=STEAM_1:1:564865227&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-25 15:25:37\">parr8<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-26 13:06:30\">parr8<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-26 14:05:07\">parr8<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2542');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 11:18:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGhost-kun\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGhost-kun\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:503870197\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1007740395]\" target=\"_blank\">[U:1:1007740395]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198968006123\" target=\"_blank\">76561198968006123<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 11:18:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-25 11:19:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2542\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:1:503870197&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 10:51:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGaming Vj\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGaming Vj\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:622809589\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1245619179]\" target=\"_blank\">[U:1:1245619179]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199205884907\" target=\"_blank\">76561199205884907<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 10:51:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Making People leave the server.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 10:51:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBL1ND\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBL1ND\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:113977800\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:227955601]\" target=\"_blank\">[U:1:227955601]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198188221329\" target=\"_blank\">76561198188221329<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 10:51:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Making people leave.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2539');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 02:18:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nunnamed\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n \n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nunnamed\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:513809273\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1027618547]\" target=\"_blank\">[U:1:1027618547]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198987884275\" target=\"_blank\">76561198987884275<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 02:18:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-26 02:18:56\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2539\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-25 17:56:03\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-25 17:51:04\">unnamed<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 00:28:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkevy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkevy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:449528939\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:899057878]\" target=\"_blank\">[U:1:899057878]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198859323606\" target=\"_blank\">76561198859323606<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 00:28:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-02 00:28:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Unsportsmanlike Conduct<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-25 00:27:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n mehness micropp\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmehness micropp\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:227944010\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:455888020]\" target=\"_blank\">[U:1:455888020]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198416153748\" target=\"_blank\">76561198416153748<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-25 00:27:57<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-02 00:27:57\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2536');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-24 23:26:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKio\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKio\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:600461678\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1200923357]\" target=\"_blank\">[U:1:1200923357]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199161189085\" target=\"_blank\">76561199161189085<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-09-24 23:26:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-24 23:26:16\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2536\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-30 23:31:48\">Kio<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 23:26:46\">Kio<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2535');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-24 21:51:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKenyoki\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKenyoki\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:191614525\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:383229050]\" target=\"_blank\">[U:1:383229050]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198343494778\" target=\"_blank\">76561198343494778<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-24 21:51:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-25 21:51:01\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2535\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-25 21:26:51\">Kenyoki<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n <tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2534');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-24 21:27:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #18\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #18\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:717552911\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1435105822]\" target=\"_blank\">[U:1:1435105822]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199395371550\" target=\"_blank\">76561199395371550<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-24 21:27:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2534\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2533');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/kh.jpg\" alt=\"KH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-24 21:14:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nindian paratha\n <\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nindian paratha\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:612676698\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1225353397]\" target=\"_blank\">[U:1:1225353397]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199185619125\" target=\"_blank\">76561199185619125<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-24 21:14:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-25 21:14:56\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2533\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2532');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-24 20:04:22<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTriqo ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTriqo ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:645880763\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1291761526]\" target=\"_blank\">[U:1:1291761526]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199252027254\" target=\"_blank\">76561199252027254<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-09-24 20:04:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">walling<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2532\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 20:06:38\">Triqo ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 20:24:00\">Triqo ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-03 09:42:34\">Triqo<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-24 15:58:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nArie#2191 caseopening\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nArie#2191 caseopening\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:632334178\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1264668357]\" target=\"_blank\">[U:1:1264668357]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199224934085\" target=\"_blank\">76561199224934085<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-24 15:58:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Toxic, Showing teammates spots, spamming mic.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (12)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-01 13:08:19\">faceit.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-11-13 19:04:23\">caseopening<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 20:31:01\">Arie#2191 caseopening<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 22:36:59\">Arie#2191 caseopening<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 22:37:08\">Arie#2191 caseopening<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-27 11:50:48\">SookaBlyet ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-30 19:54:44\">faceit.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-01 16:12:28\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-01 16:21:55\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-03 21:05:16\">you cry over game<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-06 11:25:40\">you cry over game caseopening<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-17 16:44:08\">you cry over game caseopening<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2530');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-24 15:15:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\narT\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\narT\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:647236319\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1294472639]\" target=\"_blank\">[U:1:1294472639]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199254738367\" target=\"_blank\">76561199254738367<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-24 15:15:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-24 15:15:54\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2530\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2529');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-23 23:51:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDashburg\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n Dashburg\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:538688659\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1077377318]\" target=\"_blank\">[U:1:1077377318]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199037643046\" target=\"_blank\">76561199037643046<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-23 23:51:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-24 23:51:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2529\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 12:37:31\">Dashburg<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2528');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/kh.jpg\" alt=\"KH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-23 23:41:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #977\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #977\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:720168739\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1440337478]\" target=\"_blank\">[U:1:1440337478]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199400603206\" target=\"_blank\">76561199400603206<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-23 23:41:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-23 23:41:46\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2528\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-23 23:48:14\">\u00ef\u00bc\u00ab\u00ef\u00bc\u2018\u00ef\u00bc\u00ac\u00ef\u00bc\u00a5\u00ef\u00bc\u00ae\u00ef\u00bc\u00ac\u00ef\u00bc\u00af\u00ef\u00bc\u00b7<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2527');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-23 23:31:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n[ Exposition ] - Ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n[ Exposition ] - Ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n <ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714820134\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429640269]\" target=\"_blank\">[U:1:1429640269]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389905997\" target=\"_blank\">76561199389905997<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-23 23:31:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2527\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2526');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-23 22:53:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nchillman wavycsgo.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nchillman wavycsgo.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:1:547577479\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1095154959]\" target=\"_blank\">[U:1:1095154959]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199055420687\" target=\"_blank\">76561199055420687<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-23 22:53:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-24 22:53:57\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2526\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2525');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-23 22:01:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSeniaaaa\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSeniaaaa\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:597290210\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1194580421]\" target=\"_blank\">[U:1:1194580421]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199154846149\" target=\"_blank\">76561199154846149<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-23 22:01:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aim Locking\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2525\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-23 20:58:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMichaelScottnotroll ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMichaelScottnotroll ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:658072158\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1316144316]\" target=\"_blank\">[U:1:1316144316]<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199276410044\" target=\"_blank\">76561199276410044<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-23 20:58:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-30 20:58:53\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Toxic<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-24 10:29:24\">MichaelScottnotroll ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-24 13:52:22\">MichaelScottnotroll ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 12:09:54\">MichaelScottnotroll ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 12:27:36\">MichaelScottnotroll ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 18:54:08\">MichaelScottnotroll ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2523');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-23 19:25:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfick\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfick\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:423738070\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:847476140]\" target=\"_blank\">[U:1:847476140]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198807741868\" target=\"_blank\">76561198807741868<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-23 19:25:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-24 19:25:11\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2523\">\nPlease Wait...\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">5 <a href='index.php?p=banlist&searchText=STEAM_1:0:423738070&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2522');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-23 19:13:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nambatukam ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nambatukam ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:626538445\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1253076891]\" target=\"_blank\">[U:1:1253076891]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199213342619\" target=\"_blank\">76561199213342619<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-23 19:13:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-24 19:13:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2522\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">12 <a href='index.php?p=banlist&searchText=STEAM_1:1:626538445&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 18:57:24\">ambatukam ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2521');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-23 19:01:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbroky\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbroky\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:644618210\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1289236420]\" target=\"_blank\">[U:1:1289236420]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199249502148\" target=\"_blank\">76561199249502148<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-23 19:01:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-23 19:01:24\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2521\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 18:36:04\">broky<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-23 18:56:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nxplay gamer\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nxplay gamer\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:515852697\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1031705395]\" target=\"_blank\">[U:1:1031705395]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198991971123\" target=\"_blank\">76561198991971123<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-23 18:56:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-24 18:56:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Unsportsmanlike Conduct<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-23 19:00:38\">xplay gamer<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-23 21:46:31\">xplay gamer<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 00:15:22\">xplay gamer<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 14:03:44\">xplay gamer<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-23 14:57:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTim Allen\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTim Allen\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:590281551\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1180563103]\" target=\"_blank\">[U:1:1180563103]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199140828831\" target=\"_blank\">76561199140828831<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-23 14:57:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Bhop Script<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (8)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-24 10:15:25\">Tim Allen<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-23 19:06:54\">Tim Allen<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 09:57:40\">Tim Allen<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 10:16:45\">Tim Allen<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 10:25:42\">Tim Allen<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-30 15:03:58\">Tim Allen<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-27 14:20:59\">Tim Allen<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-02 10:56:39\">Tim Allen<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2518');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/si.jpg\" alt=\"SI\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-22 23:51:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDayzzzz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDayzzzz\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:54970704\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:109941409]\" target=\"_blank\">[U:1:109941409]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198070207137\" target=\"_blank\">76561198070207137<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-22 23:51:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2518\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-27 00:28:30\">Dayzzzz<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-27 00:40:30\">Dayzzzz<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n <\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2517');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-22 23:00:31<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nok ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nok ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:704169019\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1408338039]\" target=\"_blank\">[U:1:1408338039]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199368603767\" target=\"_blank\">76561199368603767<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-22 23:00:31<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-23 23:00:31\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2517\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:1:704169019&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 330 - 360 of 2810 results | <b><a href='index.php?p=banlist&page=11' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=13' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\" selected=\"selected\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76c02432ddf1cb37',m:'uIlcaV8deRfMZiDBWr494Hry2GckCJqCM9zSh36yQtg-1668768609-0-AceaiyxTmHCHgraHhXFyAU1Lmi7JOoqapByIxck6Zt2vszdSi55sZvRCsY9oCveb0eDylYYB\/omLYsM5l3Lnpte3coTpCD4HjmjWVSrUQVlfDflq0joaHJfiIJC5Cjj+yT6MNoUgmG1+D7iHsrusko8=',s:[0x21fd904000,0x7ab2b36717],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76c02432ddf1cb37\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:32:08 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=14jpsionumte233n3greii7nuu; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=AqSNkEi2l%2BvrYOSKSfVrM7uG9i9oeK7CT7rYI6u82J%2FKCFKb%2Fyvz7uvtnuZitXLYEy7mWYuwN0I6d2jjKhCgq8W36ByulkwjNLg6lc%2FafWqjJllU91OMK%2FlHmYI7G28iR1znvIbft9rtOthyLpqlk9S0EcEHgA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e83314948477181-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-07 17:33:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMarlboro\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMarlboro\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:547178659\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1094357319]\" target=\"_blank\">[U:1:1094357319]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199054623047\" target=\"_blank\">76561199054623047<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-07 17:33:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Trolling on purpose during aurora tower, taking item die intentionally then disconnects.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4725');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-07 14:23:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAshura:Ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAshura:Ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:770951690\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1541903381]\" target=\"_blank\">[U:1:1541903381]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199502169109\" target=\"_blank\">76561199502169109<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-07 14:23:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">ban evading\/duplicate acc<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4725\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4724');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nz.jpg\" alt=\"NZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-07 12:02:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nward\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nward\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:85675856\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:171351713]\" target=\"_blank\">[U:1:171351713]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198131617441\" target=\"_blank\">76561198131617441<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-07 12:02:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nUnban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4724\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:85675856&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4723');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-07 07:33:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTango\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTango\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:620667181\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1241334362]\" target=\"_blank\">[U:1:1241334362]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199201600090\" target=\"_blank\">76561199201600090<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-07 07:33:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4723\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-07 01:04:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNo Kizzy.\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNo Kizzy.\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:522830555\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1045661111]\" target=\"_blank\">[U:1:1045661111]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199005926839\" target=\"_blank\">76561199005926839<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-07 01:04:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-14 01:04:16\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Language<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-07 02:14:03\">No Kizzy.<\/span>, <span title=\"Server: :, Date: 2023-05-07 02:31:07\">No Kizzy.<\/span>, <span title=\"Server: :, Date: 2023-05-07 10:12:39\">No Kizzy.<\/span>, <span title=\"Server: :, Date: 2023-05-11 18:59:33\">No Kizzy.<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4721');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-06 23:39:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfASt Af Boi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfASt Af Boi\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:760923424\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1521846849]\" target=\"_blank\">[U:1:1521846849]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199482112577\" target=\"_blank\">76561199482112577<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-06 23:39:41<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4721\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4720');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-06 23:20:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKiLLIAN\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKiLLIAN\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:537842801\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1075685602]\" target=\"_blank\">[U:1:1075685602]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199035951330\" target=\"_blank\">76561199035951330<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-06 23:20:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-07 23:20:28\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4720\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:537842801&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-07 05:22:44\">KiLLIAN<\/span>, <span title=\"Server: :, Date: 2023-05-07 17:08:09\">KiLLIAN<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4719');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-06 20:44:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntren step bro\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntren step bro\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:147664120\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:295328241]\" target=\"_blank\">[U:1:295328241]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198255593969\" target=\"_blank\">76561198255593969<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-06 20:44:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-07 20:44:42\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4719\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-06 19:10:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nupdate\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nupdate\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:530210552\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1060421104]\" target=\"_blank\">[U:1:1060421104]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199020686832\" target=\"_blank\">76561199020686832<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-06 19:10:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Being toxic and rude and racist towards others<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-13 21:25:20\">update<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4717');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-06 18:23:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnecro\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnecro\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:214637134\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:429274268]\" target=\"_blank\">[U:1:429274268]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198389539996\" target=\"_blank\">76561198389539996<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-06 18:23:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVictim say accident\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-07 18:23:16\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">killingteammate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4717\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:214637134&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4716');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-06 17:51:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTheBigGorilla\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTheBigGorilla\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:97771709\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:195543419]\" target=\"_blank\">[U:1:195543419]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198155809147\" target=\"_blank\">76561198155809147<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-06 17:51:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-07 17:51:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4716\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4715');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/tw.jpg\" alt=\"TW\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-06 12:01:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDarren\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDarren\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:590236356\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1180472712]\" target=\"_blank\">[U:1:1180472712]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199140738440\" target=\"_blank\">76561199140738440<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-06 12:01:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-07 12:01:43\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4715\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-07 10:27:39\">Darren<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4714');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-06 10:52:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPleaseLeaveMeAl0ne\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPleaseLeaveMeAl0ne\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:474550899\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:949101799]\" target=\"_blank\">[U:1:949101799]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198909367527\" target=\"_blank\">76561198909367527<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-06 10:52:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4714\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4713');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-06 01:48:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nits_yam1\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nits_yam1\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:628511865\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1257023730]\" target=\"_blank\">[U:1:1257023730]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199217289458\" target=\"_blank\">76561199217289458<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-06 01:48:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-07 01:48:21\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4713\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4712');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ua.jpg\" alt=\"UA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-06 00:54:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfr0zzy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfr0zzy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:769512461\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1539024922]\" target=\"_blank\">[U:1:1539024922]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199499290650\" target=\"_blank\">76561199499290650<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-06 00:54:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4712\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-06 02:33:18\">fr0zzy<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4711');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-05 19:59:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAizen\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">2 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAizen\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:558676410\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1117352820]\" target=\"_blank\">[U:1:1117352820]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199077618548\" target=\"_blank\">76561199077618548<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-05 19:59:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">2 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-19 19:59:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">baiting<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4711\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-05 20:45:48\">kal<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-05 20:46:11\">kal<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4710');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-05 19:28:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\neSNeTeNSe@\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\neSNeTeNSe@\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:755469483\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1510938966]\" target=\"_blank\">[U:1:1510938966]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199471204694\" target=\"_blank\">76561199471204694<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-05 19:28:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-12 19:28:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4710\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (6)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-06 11:08:27\">eSNeTeNSe@<\/span>, <span title=\"Server: :, Date: 2023-05-07 08:52:38\">eSNeTeNSe@<\/span>, <span title=\"Server: :, Date: 2023-05-07 14:35:18\">eSNeTeNSe@<\/span>, <span title=\"Server: :, Date: 2023-05-08 16:41:58\">eSNeTeNSe@<\/span>, <span title=\"Server: :, Date: 2023-05-08 20:37:29\">eSNeTeNSe@<\/span>, <span title=\"Server: :, Date: 2023-05-08 20:49:06\">eSNeTeNSe@<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4709');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-05 17:53:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfick\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfick\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:423738070\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:847476140]\" target=\"_blank\">[U:1:847476140]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198807741868\" target=\"_blank\">76561198807741868<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-05 17:53:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-06 17:53:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4709\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">7 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:423738070&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4708');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/rs.jpg\" alt=\"RS\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-05 16:50:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDEEEKI\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDEEEKI\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:767688213\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1535376426]\" target=\"_blank\">[U:1:1535376426]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199495642154\" target=\"_blank\">76561199495642154<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-05 16:50:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-06 16:50:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4708\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4707');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/rs.jpg\" alt=\"RS\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-05 16:49:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nOliver655\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nOliver655\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:721404317\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1442808635]\" target=\"_blank\">[U:1:1442808635]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199403074363\" target=\"_blank\">76561199403074363<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-05 16:49:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-06 16:49:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4707\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4706');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-05 13:55:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n.pxxva\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n.pxxva\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:586925393\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1173850786]\" target=\"_blank\">[U:1:1173850786]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199134116514\" target=\"_blank\">76561199134116514<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-05 13:55:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Racism saying N word multiple times<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4706\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-20 11:52:24\">Alfaoxtrot<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4705');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-05 09:55:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\npisunkoviy_zlodiyko\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\npisunkoviy_zlodiyko\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:762629975\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1525259951]\" target=\"_blank\">[U:1:1525259951]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199485525679\" target=\"_blank\">76561199485525679<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-05 09:55:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-05-04 09:55:35\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4705\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4704');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nz.jpg\" alt=\"NZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-05 08:59:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nd1stort\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nd1stort\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:715635919\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1431271838]\" target=\"_blank\">[U:1:1431271838]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199391537566\" target=\"_blank\">76561199391537566<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-05 08:59:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4704\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-05 09:03:35\">d1stort<\/span>, <span title=\"Server: :, Date: 2023-05-05 20:19:32\">NOONEKNOWS<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4703');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/mk.jpg\" alt=\"MK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-05 03:17:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTaniiiii\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTaniiiii\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:760015799\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1520031599]\" target=\"_blank\">[U:1:1520031599]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199480297327\" target=\"_blank\">76561199480297327<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-05 03:17:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-06 03:17:11\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4703\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4702');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-05 02:45:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPoljuhova\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPoljuhova\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:454849169\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:909698339]\" target=\"_blank\">[U:1:909698339]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198869964067\" target=\"_blank\">76561198869964067<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-05 02:45:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4702\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4701');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/kr.jpg\" alt=\"KR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-04 22:51:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nEmotional Damage\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nEmotional Damage\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:711734296\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1423468592]\" target=\"_blank\">[U:1:1423468592]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199383734320\" target=\"_blank\">76561199383734320<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-04 22:51:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4701\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-05 23:32:58\">zsf<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4700');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-04 16:41:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfish lips\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfish lips\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:453578584\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:907157168]\" target=\"_blank\">[U:1:907157168]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198867422896\" target=\"_blank\">76561198867422896<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-04 16:41:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-05 16:41:52\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4700\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-04 20:28:32\">fish lips<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4699');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pt.jpg\" alt=\"PT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-04 12:59:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGuess The Juice\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGuess The Juice\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:15604433\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:31208867]\" target=\"_blank\">[U:1:31208867]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561197991474595\" target=\"_blank\">76561197991474595<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-04 12:59:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Said N word again been muted before.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4699\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4698');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-04 10:15:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nThe King\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nThe King\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:574859205\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1149718411]\" target=\"_blank\">[U:1:1149718411]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199109984139\" target=\"_blank\">76561199109984139<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-04 10:15:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4698\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4697');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-04 01:48:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTwistzz AIM S1mple brain\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTwistzz AIM S1mple brain\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:717627140\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1435254281]\" target=\"_blank\">[U:1:1435254281]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199395520009\" target=\"_blank\">76561199395520009<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-04 01:48:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_ragdoll_gravity<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4697\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-04 01:49:07\">Twistzz AIM S1mple brain<\/span>, <span title=\"Server: :, Date: 2023-05-26 23:00:03\">Twistzz AIM S1mple brain<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 330 - 360 of 4967 results | <b><a href=\"index.php?p=banlist&page=11\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=13\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\" selected=\"selected\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e83314948477181',m:'zhjV_7cmR7pikPXXGz9mB.ZSvpYMNCROlPHazqYCm.o-1689604328-0-AWb53RDyxxnJtpC1ydCoFdDY7ca\/6bWsfB5Lcc1LyKGM'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e83314948477181\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=13.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=13.json index 89b12b5..5fb7fbe 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=13.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=13.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:47:17 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"pragma":["no-cache"],"set-cookie":["PHPSESSID=jgnbqo6q8d6q956ul8ko64nnn4; path=\/"],"vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"Server-Timing":["cf-q-config;dur=6.0000020312145e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=CprUrBQFa%2BpORVamqAfh9IxxOsDWhvjD4WckGp0SXJRTiYMvpmoSA7qypB9L3bircg%2FzVaghJY6j46aw7gPnce%2FnqB882XPEB4NqmBcIJ%2Be17uKfR%2Fm%2F7pHpzk7AmHDVed4duwZii5xes3L%2BegnnegYR913ctw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"CF-RAY":["76c01ff6bac37180-DUS"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2810<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2810<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2516');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-22 21:44:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nyumi.\n<\/div>\n<\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nyumi.\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:661201877\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1322403755]\" target=\"_blank\">[U:1:1322403755]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199282669483\" target=\"_blank\">76561199282669483<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-22 21:44:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-29 21:44:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">throwing the match and trying to throw the bomb where it cant get.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2516\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2515');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-22 20:42:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\nencoren\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nencoren\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:641402149\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1282804299]\" target=\"_blank\">[U:1:1282804299]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199243070027\" target=\"_blank\">76561199243070027<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-22 20:42:30<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-23 20:42:30\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2515\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:641402149&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-22 20:42:41\">encoren<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-22 23:28:27\">encoren<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-23 03:39:55\">jason<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2514');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-22 19:17:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nArie#2191 ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nArie#2191 ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:632334178\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1264668357]\" target=\"_blank\">[U:1:1264668357]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199224934085\" target=\"_blank\">76561199224934085<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-22 19:17:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-23 19:17:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2514\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">6 <a href='index.php?p=banlist&searchText=STEAM_1:1:632334178&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-23 14:52:55\">Arie#2191 ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-23 15:45:34\">Arie#2191 ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-23 16:11:55\">Arie#2191 ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-23 17:50:47\">Arie#2191 ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2513');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-22 17:33:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nP3ace_mfker ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nP3ace_mfker ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:174435969\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:348871939]\" target=\"_blank\">[U:1:348871939]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198309137667\" target=\"_blank\">76561198309137667<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-22 17:33:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-23 17:33:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">toxic<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2513\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:1:174435969&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-22 17:34:41\">P3ace_mfker ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-23 13:20:42\">P3ace_mfker ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-23 16:34:00\">P3ace_mfker ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-23 16:50:05\">P3ace_mfker ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2512');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-22 15:44:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nReal milktea aim (ghostcap.com)\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nReal milktea aim (ghostcap.com)\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:712667907\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1425335815]\" target=\"_blank\">[U:1:1425335815]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199385601543\" target=\"_blank\">76561199385601543<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-22 15:44:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-23 15:44:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Killing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2512\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:712667907&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-23 09:38:11\">Real milktea aim (ghostcap.com)<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-22 17:34:33\">Real milktea aim (ghostcap.com)<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2511');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-22 14:48:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nskiimask\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nskiimask\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:586557127\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1173114254]\" target=\"_blank\">[U:1:1173114254]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199133379982\" target=\"_blank\">76561199133379982<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-22 14:48:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-23 14:48:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2511\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2510');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-22 11:05:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncat\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncat\n<\/td>\n\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:713602463\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1427204927]\" target=\"_blank\">[U:1:1427204927]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199387470655\" target=\"_blank\">76561199387470655<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-22 11:05:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2510\">\nPlease Wait...\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-25 11:18:11\">skripe fan<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-22 11:07:24\">cat<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-26 15:04:06\">Monkie<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2509');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-22 01:52:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nIDK\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nIDK\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:599670683\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1199341366]\" target=\"_blank\">[U:1:1199341366]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199159607094\" target=\"_blank\">76561199159607094<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-22 01:52:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-22 01:52:50\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2509\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-22 02:40:26\">IDK<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2508');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-22 01:28:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJelrem\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJelrem\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:458671830\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:917343660]\" target=\"_blank\">[U:1:917343660]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198877609388\" target=\"_blank\">76561198877609388<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-22 01:28:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-22 01:28:16\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2508\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-27 10:05:20\">Jelrem<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2507');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-21 18:19:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndoofus\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndoofus\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:611624090\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1223248180]\" target=\"_blank\">[U:1:1223248180]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199183513908\" target=\"_blank\">76561199183513908<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-21 18:19:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-22 18:19:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2507\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2506');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-21 17:49:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmadcat\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmadcat\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:514715400\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1029430800]\" target=\"_blank\">[U:1:1029430800]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198989696528\" target=\"_blank\">76561198989696528<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-21 17:49:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-22 17:49:07\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2506\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2505');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-21 16:05:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSakuta\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSakuta\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:431362200\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:862724400]\" target=\"_blank\">[U:1:862724400]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198822990128\" target=\"_blank\">76561198822990128<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-21 16:05:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-22 16:05:57\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2505\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-22 13:42:10\">Sakuta<\/span>\n <\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2504');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-21 13:45:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nArie#2191 ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nArie#2191 ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:632334178\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1264668357]\" target=\"_blank\">[U:1:1264668357]<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199224934085\" target=\"_blank\">76561199224934085<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-21 13:45:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-22 13:45:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2504\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">6 <a href='index.php?p=banlist&searchText=STEAM_1:1:632334178&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_2503');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/lt.jpg\" alt=\"LT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-21 02:07:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSatyvos megejas\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSatyvos megejas\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:598603614\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1197207229]\" target=\"_blank\">[U:1:1197207229]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199157472957\" target=\"_blank\">76561199157472957<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-21 02:07:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_crosshair_recoil<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2503\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2502');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-20 21:40:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nannexiety\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nannexiety\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:84333693\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:168667386]\" target=\"_blank\">[U:1:168667386]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198128933114\" target=\"_blank\">76561198128933114<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-20 21:40:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bhop script<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2502\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-21 20:09:34\">annexiety<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-20 23:56:55\">annexiety<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-20 23:57:36\">annexiety<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2501');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-20 21:29:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nzuhn\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nzuhn\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714736519\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429473039]\" target=\"_blank\">[U:1:1429473039]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389738767\" target=\"_blank\">76561199389738767<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-20 21:29:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2501\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-20 21:32:35\">zuhn<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-23 13:23:35\">Perfect<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2500');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-20 21:05:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nhampter\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nhampter\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:519828513\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1039657027]\" target=\"_blank\">[U:1:1039657027]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198999922755\" target=\"_blank\">76561198999922755<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-20 21:05:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-21 21:05:37\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2500\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:519828513&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2499');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-20 18:41:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMichaelScottnotroll ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMichaelScottnotroll ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:658072158\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1316144316]\" target=\"_blank\">[U:1:1316144316]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199276410044\" target=\"_blank\">76561199276410044<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-20 18:41:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-21 18:41:43\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2499\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:0:658072158&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2498');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/lk.jpg\" alt=\"LK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-20 17:17:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #141\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #141\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:152484541\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:304969083]\" target=\"_blank\">[U:1:304969083]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198265234811\" target=\"_blank\">76561198265234811<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-20 17:17:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-21 17:17:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2498\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:152484541&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2497');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-20 13:30:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nambatukam ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nambatukam ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:626538445\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1253076891]\" target=\"_blank\">[U:1:1253076891]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199213342619\" target=\"_blank\">76561199213342619<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-09-20 13:30:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-21 13:30:36\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Throwing Nades to teammates\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2497\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:1:626538445&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-20 16:33:35\">ambatukam ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-21 12:41:02\">ambatukam ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2496');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-20 13:02:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAcePilot\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAcePilot\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:633255652\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1266511305]\" target=\"_blank\">[U:1:1266511305]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199226777033\" target=\"_blank\">76561199226777033<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-20 13:02:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-21 13:02:16\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2496\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-21 10:56:13\">AcePilot<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-21 10:57:02\">AcePilot<\/span>\n<\/td>\n<\/tr>\n <\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2495');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-20 00:20:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNOOBMASTER69\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNOOBMASTER69\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:709432571\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1418865142]\" target=\"_blank\">[U:1:1418865142]<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199379130870\" target=\"_blank\">76561199379130870<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-20 00:20:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-21 00:20:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2495\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-19 23:34:31<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndarknitz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndarknitz\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:718984136\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1437968273]\" target=\"_blank\">[U:1:1437968273]<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199398234001\" target=\"_blank\">76561199398234001<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-19 23:34:31<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-23 22:24:03\">HeeChan<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-10 23:15:50\">\u00d1\u20ac\u00d1\u0192\u00d0\u00ba\u00d0\u00b0<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2493');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-19 23:29:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntsarles\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntsarles\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:718927301\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1437854602]\" target=\"_blank\">[U:1:1437854602]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199398120330\" target=\"_blank\">76561199398120330<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-19 23:29:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2493\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-19 23:29:29\">Ts\u00d0\u0090rL\u00d0\u00b5S<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2492');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-19 23:17:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nheavenly rainbow\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nheavenly rainbow\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:711882217\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1423764435]\" target=\"_blank\">[U:1:1423764435]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199384030163\" target=\"_blank\">76561199384030163<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-19 23:17:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2492\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-23 22:28:49\">Heavenly R\u00d0\u00b0inbow | ghostcap.c\u00d0\u00bem<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-05 23:42:00\">abgaaf<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2491');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-19 22:54:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNew\u00d0\u017es | ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNew\u00d0\u017es | ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:718482035\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1436964070]\" target=\"_blank\">[U:1:1436964070]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199397229798\" target=\"_blank\">76561199397229798<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-19 22:54:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2491\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2490');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-19 22:53:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHanaZoe Ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHanaZoe Ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:214266134\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:428532268]\" target=\"_blank\">[U:1:428532268]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198388797996\" target=\"_blank\">76561198388797996<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-19 22:53:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2490\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2489');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-19 21:17:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #187\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #187\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:511568348\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1023136697]\" target=\"_blank\">[U:1:1023136697]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198983402425\" target=\"_blank\">76561198983402425<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-19 21:17:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-20 21:17:48\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2489\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:511568348&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-20 13:47:06\">w<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2488');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-19 20:11:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJhonny G Plate\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJhonny G Plate\n<\/td>\n \n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:237324723\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:474649447]\" target=\"_blank\">[U:1:474649447]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198434915175\" target=\"_blank\">76561198434915175<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-19 20:11:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\naptem\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-20 20:11:53\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">intentional team flashing repeatedly<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2488\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-19 20:13:15\">Jhonny G Plate<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-19 19:29:31<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntienhv\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntienhv\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:189557293\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:379114587]\" target=\"_blank\">[U:1:379114587]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198339380315\" target=\"_blank\">76561198339380315<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-19 19:29:31<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-20 19:29:31\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">item misuse <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-20 17:51:57\">tienhpv1102<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 360 - 390 of 2810 results | <b><a href='index.php?p=banlist&page=12' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=14' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\" selected=\"selected\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76c01ff6bac37180',m:'FzGJCiuv5tukzkJ40rd7VNxgrbAPMEoVHJf_xiUozgU-1668768437-0-Ac1hGtjQrClRCl+cpOtmyXVasSBkURgF53Vaudlz2XzbZQluN1x1lCkWqTzI6ghBF6DTbYWXnG05KvwCHi7YrYn1PSJzGXEpA8m5KcTktp7SY2PfYsk6sT2PfdAacRH2\/40v3WP6EqXEioPsPxHQjrI=',s:[0x1ba7ab8bfe,0x13e554495f],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76c01ff6bac37180\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:31:44 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=k25jt0kvukamtufrr0uc3i6tm7; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=YmvdloBefBF2A5M%2B%2FKqaHmRevUDIyiUeGdL5XupTP1n7L7AdBMHmIxkFGUO4CEIg1%2BAbpsXy9m%2FSRzobVdJsBDa5xuZ4UrqliUMaS%2BDz%2BXZtFNhQF3yfZ8Iase49PPHp4uLNgQtus1vNn3u6DH%2FxdNSw0VRLHA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8330b4892bcb37-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4696');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sk.jpg\" alt=\"SK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-04 00:46:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n28k2\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n28k2\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:769797896\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1539595792]\" target=\"_blank\">[U:1:1539595792]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199499861520\" target=\"_blank\">76561199499861520<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-04 00:46:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4696\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4695');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-03 20:24:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNecromancer\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNecromancer\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:183015686\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:366031372]\" target=\"_blank\">[U:1:366031372]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198326297100\" target=\"_blank\">76561198326297100<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-03 20:24:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-04 20:24:52\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">dont inflate vote please<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4695\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-03 20:12:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTworpz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTworpz\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:522697102\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1045394205]\" target=\"_blank\">[U:1:1045394205]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199005659933\" target=\"_blank\">76561199005659933<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-03 20:12:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-04 20:12:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Trolling<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4693');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-03 14:20:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nstalin_1917\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nstalin_1917\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:748678638\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1497357276]\" target=\"_blank\">[U:1:1497357276]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199457623004\" target=\"_blank\">76561199457623004<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-03 14:20:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Toxic to staff dont unban even if appeal<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4693\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4692');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-03 09:46:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFranzJ dupe\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFranzJ dupe\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:159194138\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:318388277]\" target=\"_blank\">[U:1:318388277]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198278654005\" target=\"_blank\">76561198278654005<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-03 09:46:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4692\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4691');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-03 08:22:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFemboy enjoyer <3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFemboy enjoyer <3\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:5804299\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:11608599]\" target=\"_blank\">[U:1:11608599]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561197971874327\" target=\"_blank\">76561197971874327<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-03 08:22:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4691\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4690');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-03 08:15:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSublimaze\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSublimaze\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:768326809\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1536653618]\" target=\"_blank\">[U:1:1536653618]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199496919346\" target=\"_blank\">76561199496919346<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-03 08:15:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-02 08:15:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4690\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4689');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-03 02:11:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbalaNce\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbalaNce\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:173824842\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:347649685]\" target=\"_blank\">[U:1:347649685]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198307915413\" target=\"_blank\">76561198307915413<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-03 02:11:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-04 02:11:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4689\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-03 12:46:19\">balaNce<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-03 16:49:47\">balaNce<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-03 19:38:13\">balaNce<\/span>, <span title=\"Server: :, Date: 2023-05-03 12:48:20\">balaNce<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(15, 'id', 'host_4688');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-02 19:42:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkaizo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkaizo\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:699610101\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1399220202]\" target=\"_blank\">[U:1:1399220202]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199359485930\" target=\"_blank\">76561199359485930<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-02 19:42:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4688\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4687');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-02 19:36:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nEnter\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk, 2 d, 17 hr, 20 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nEnter\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:186088290\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:372176581]\" target=\"_blank\">[U:1:372176581]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198332442309\" target=\"_blank\">76561198332442309<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-02 19:36:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk, 2 d, 17 hr, 20 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-12 12:56:04\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">dont be toxic<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4687\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-02 19:36:23\">Enter<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4686');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-02 16:30:31<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAncientJL\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAncientJL\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:449272726\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:898545453]\" target=\"_blank\">[U:1:898545453]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198858811181\" target=\"_blank\">76561198858811181<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-02 16:30:31<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-03 16:30:31\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4686\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-02 16:57:06\">AncientJL<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4685');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-02 13:17:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nXIV\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nXIV\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:766607670\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1533215341]\" target=\"_blank\">[U:1:1533215341]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199493481069\" target=\"_blank\">76561199493481069<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-02 13:17:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4685\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-02 12:48:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u6211\u4ed6\u5988\u662f\u4e2a\u9ed1\u9b3c\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u6211\u4ed6\u5988\u662f\u4e2a\u9ed1\u9b3c\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:561089844\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1122179689]\" target=\"_blank\">[U:1:1122179689]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199082445417\" target=\"_blank\">76561199082445417<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-02 12:48:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">spreading hate\/racism<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-02 12:46:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nenisfar2002\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nenisfar2002\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:526626232\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1053252465]\" target=\"_blank\">[U:1:1053252465]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199013518193\" target=\"_blank\">76561199013518193<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-02 12:46:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">racism<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4682');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-02 00:40:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nyeyoo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nyeyoo\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:769264923\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1538529847]\" target=\"_blank\">[U:1:1538529847]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199498795575\" target=\"_blank\">76561199498795575<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-02 00:40:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4682\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-01 20:39:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nhotwheels\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nhotwheels\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:52372047\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:104744095]\" target=\"_blank\">[U:1:104744095]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198065009823\" target=\"_blank\">76561198065009823<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-01 20:39:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-08 20:39:15\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Language<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-01 16:50:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nToto the truthteller\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nToto the truthteller\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:431043919\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:862087839]\" target=\"_blank\">[U:1:862087839]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198822353567\" target=\"_blank\">76561198822353567<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-01 16:50:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-31 16:50:50\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-12 19:42:32\">ToTo the Truthteller<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4679');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-01 12:07:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLOW | BILLY\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLOW | BILLY\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:756132887\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1512265774]\" target=\"_blank\">[U:1:1512265774]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199472531502\" target=\"_blank\">76561199472531502<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-01 12:07:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-02 12:07:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4679\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4678');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-01 12:00:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDdangw\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDdangw\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:707060067\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1414120135]\" target=\"_blank\">[U:1:1414120135]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199374385863\" target=\"_blank\">76561199374385863<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-01 12:00:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-02 12:00:52\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4678\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:707060067&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4677');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-30 17:10:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRIZZ OF THE BEAST\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRIZZ OF THE BEAST\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:595404428\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1190808857]\" target=\"_blank\">[U:1:1190808857]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199151074585\" target=\"_blank\">76561199151074585<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-30 17:10:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-01 17:10:56\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4677\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4676');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-30 15:40:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBang Alip\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk, 2 d, 17 hr, 20 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBang Alip\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:765448214\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1530896429]\" target=\"_blank\">[U:1:1530896429]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491162157\" target=\"_blank\">76561199491162157<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-30 15:40:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk, 2 d, 17 hr, 20 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-10 09:00:51\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">dont be toxic to staff<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4676\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 15:41:24\">Bang Alip<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 15:48:12\">Bang Alip<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-07 13:48:29\">Bang Alip<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4675');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-30 11:03:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJay\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJay\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:542110055\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1084220110]\" target=\"_blank\">[U:1:1084220110]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199044485838\" target=\"_blank\">76561199044485838<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-30 11:03:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4675\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4674');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-30 07:03:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsonicthegoattt\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsonicthegoattt\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:769995983\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1539991967]\" target=\"_blank\">[U:1:1539991967]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199500257695\" target=\"_blank\">76561199500257695<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-30 07:03:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4674\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4673');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-29 23:49:58<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #287\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #287\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:769511259\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1539022519]\" target=\"_blank\">[U:1:1539022519]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199499288247\" target=\"_blank\">76561199499288247<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-29 23:49:58<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4673\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-04 22:30:32\">No<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4672');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pl.jpg\" alt=\"PL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-29 19:14:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\namaterasu\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\namaterasu\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:770253806\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1540507612]\" target=\"_blank\">[U:1:1540507612]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199500773340\" target=\"_blank\">76561199500773340<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-29 19:14:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4672\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4671');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-29 18:37:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBELLY\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBELLY\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:755852362\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1511704724]\" target=\"_blank\">[U:1:1511704724]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199471970452\" target=\"_blank\">76561199471970452<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-29 18:37:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-30 18:37:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4671\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-29 18:37:48\">BELLY<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4670');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-29 18:17:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nshs.Dfop\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nshs.Dfop\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:506761850\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1013523700]\" target=\"_blank\">[U:1:1013523700]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198973789428\" target=\"_blank\">76561198973789428<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-29 18:17:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4670\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4669');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-29 17:38:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfire\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfire\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:219000450\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:438000900]\" target=\"_blank\">[U:1:438000900]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198398266628\" target=\"_blank\">76561198398266628<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-29 17:38:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-30 17:38:42\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4669\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 17:39:11\">\u80d6\u5b9d\u5b9dfire<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4668');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ua.jpg\" alt=\"UA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-29 11:23:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmanka\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmanka\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:767342661\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1534685322]\" target=\"_blank\">[U:1:1534685322]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199494951050\" target=\"_blank\">76561199494951050<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-29 11:23:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4668\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4667');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-29 08:04:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDdangw\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDdangw\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:707060067\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1414120135]\" target=\"_blank\">[U:1:1414120135]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199374385863\" target=\"_blank\">76561199374385863<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-29 08:04:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-30 08:04:06\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4667\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:707060067&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 360 - 390 of 4967 results | <b><a href=\"index.php?p=banlist&page=12\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=14\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\" selected=\"selected\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8330b4892bcb37',m:'9CdcLSixHkYpmihjMlOdD4d8f6WR8gLAV8jkKyDh9.0-1689604304-0-AUr26kxHU7K9VQMXY75NkzuFKHKwp2AzJc\/rlknTJCr+'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8330b4892bcb37\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=14.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=14.json index 0df6c80..52c447c 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=14.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=14.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:52:11 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"pragma":["no-cache"],"set-cookie":["PHPSESSID=en315dheaeac8t5ohp4f1h9bb7; path=\/"],"vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"Server-Timing":["cf-q-config;dur=5.9999983932357e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=ZKOmJzX8n9Yl9hjRGjXbP0qeL%2Buas4Hq3ifd9506xVj1wg6gM7wRiWDWTAR3EzVCGfwEVWS91jOe2WqigpJ%2BAuievPeeqxeIxJnyB48AxxPZtI9b68ICDByDsuTdXavVtF886FKrmRqvpBVu4w%2BJPeWviGwHWg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"CF-RAY":["76c0272dd89f7a46-DUS"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2810<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2810<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2486');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-19 17:48:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSpeed Demon\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSpeed Demon\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:599351635\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1198703271]\" target=\"_blank\">[U:1:1198703271]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199158968999\" target=\"_blank\">76561199158968999<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-19 17:48:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Promoting other servers<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2486\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-20 12:16:53\">FrEaKy<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 14:42:08\">Br0KEn<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-22 13:36:03\">ur just not her ):<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-22 13:36:28\">ur just not her ):<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-22 13:44:56\">ur just not her ):<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2485');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-19 17:34:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmivec\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmivec\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:177348910\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:354697820]\" target=\"_blank\">[U:1:354697820]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198314963548\" target=\"_blank\">76561198314963548<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-19 17:34:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">toxic<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2485\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:177348910&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-29 20:45:05\">mivec<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2484');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-19 09:40:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n(Worcestershire)\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n(Worcestershire)\n<\/td>\n \n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:599813698\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1199627397]\" target=\"_blank\">[U:1:1199627397]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199159893125\" target=\"_blank\">76561199159893125<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-19 09:40:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-20 09:40:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2484\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-19 20:22:57\">(Worcestershire)<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2483');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-19 09:02:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nYahudi Hijad\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nYahudi Hijad\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:485243964\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:970487928]\" target=\"_blank\">[U:1:970487928]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198930753656\" target=\"_blank\">76561198930753656<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-19 09:02:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-20 09:02:17\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2483\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:485243964&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-19 13:18:16\">Yahudi Hijad<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-19 14:31:39\">Yahudi Hijad<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-20 00:16:03\">Yahudi Hijad<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-20 08:34:57\">Yahudi Hijad<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2482');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-18 23:37:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njiuyou\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njiuyou\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:623511229\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1247022459]\" target=\"_blank\">[U:1:1247022459]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199207288187\" target=\"_blank\">76561199207288187<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-18 23:37:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n2023-09-18 23:37:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2482\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2481');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-18 18:24:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkharya\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkharya\n <\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:107632124\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:215264249]\" target=\"_blank\">[U:1:215264249]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198175529977\" target=\"_blank\">76561198175529977<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-18 18:24:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Wallhack<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2481\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2480');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-18 16:35:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #507\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #507\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714665459\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429330919]\" target=\"_blank\">[U:1:1429330919]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389596647\" target=\"_blank\">76561199389596647<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-18 16:35:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-18 16:35:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2480\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2479');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-18 16:25:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNath\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNath\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:644037795\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1288075591]\" target=\"_blank\">[U:1:1288075591]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199248341319\" target=\"_blank\">76561199248341319<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-18 16:25:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-19 16:25:24\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2479\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-18 21:32:19\">Nath<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-19 13:59:10\">Nath<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-18 22:42:36\">Nath<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_2478');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/kh.jpg\" alt=\"KH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-18 14:26:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPLU\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPLU\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:573991850\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1147983701]\" target=\"_blank\">[U:1:1147983701]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199108249429\" target=\"_blank\">76561199108249429<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-18 14:26:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-19 14:26:44\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2478\">\nPlease Wait...\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2477');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-18 13:32:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBladewolf\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBladewolf\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:199347339\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:398694679]\" target=\"_blank\">[U:1:398694679]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198358960407\" target=\"_blank\">76561198358960407<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-18 13:32:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-19 13:32:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2477\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-18 13:41:58\">Bladewolf<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2476');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-18 13:23:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDynamight ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDynamight ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:704536352\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1409072705]\" target=\"_blank\">[U:1:1409072705]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199369338433\" target=\"_blank\">76561199369338433<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-18 13:23:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-19 13:23:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2476\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-18 18:38:25\">Dynamight ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-19 12:39:31\">Dynamight ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2475');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-18 10:28:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbananapisanggoreng\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbananapisanggoreng\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:614587043\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1229174087]\" target=\"_blank\">[U:1:1229174087]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199189439815\" target=\"_blank\">76561199189439815<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-18 10:28:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-25 10:28:25\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">evading chat filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2475\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:614587043&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-24 21:21:15\">aWXd[ky89cxuhyiokzxqbxqbjsjcmr3m<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2474');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-18 00:47:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMADCHEEKS\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMADCHEEKS\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:502895783\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1005791567]\" target=\"_blank\">[U:1:1005791567]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198966057295\" target=\"_blank\">76561198966057295<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-18 00:47:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-19 00:47:38\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2474\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:1:502895783&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-18 20:09:14\">MADCHEEKS<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-18 12:30:46\">MADCHEEKS<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2473');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-17 20:09:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nm0nesy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nm0nesy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:650210003\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1300420006]\" target=\"_blank\">[U:1:1300420006]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199260685734\" target=\"_blank\">76561199260685734<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-17 20:09:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2473\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2472');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-17 19:54:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTGMF\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTGMF\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:193186229\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:386372458]\" target=\"_blank\">[U:1:386372458]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198346638186\" target=\"_blank\">76561198346638186<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-17 19:54:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2472\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2471');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-17 19:41:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmeso\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmeso\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:623527506\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1247055012]\" target=\"_blank\">[U:1:1247055012]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199207320740\" target=\"_blank\">76561199207320740<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-17 19:41:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2471\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2470');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-17 17:16:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncommunist forever\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncommunist forever\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:592686345\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1185372691]\" target=\"_blank\">[U:1:1185372691]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/76561199145638419\" target=\"_blank\">76561199145638419<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-17 17:16:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">play elsewhere<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2470\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-18 10:15:53\">communist forever<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-17 17:20:23\">communist forever<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-22 16:48:35\">communist forever<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-17 17:17:34\">communist forever<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-18 10:14:58\">communist forever<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2469');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-17 15:50:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nThe Flash\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nThe Flash\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:630708441\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1261416882]\" target=\"_blank\">[U:1:1261416882]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199221682610\" target=\"_blank\">76561199221682610<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-17 15:50:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-18 15:50:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2469\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:630708441&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-17 16:30:09\">The Flash \u00e2\u0161\u00a1<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-18 15:33:43\">The Flash \u00e2\u0161\u00a1<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2468');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-17 04:20:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbobaed\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbobaed\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:454447702\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:908895405]\" target=\"_blank\">[U:1:908895405]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/76561198869161133\" target=\"_blank\">76561198869161133<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-17 04:20:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_postprocess_enable<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2468\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-28 13:27:09\">bobaed<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2467');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-17 00:41:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nlyarh ghostcap.com\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nlyarh ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:547857355\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1095714711]\" target=\"_blank\">[U:1:1095714711]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199055980439\" target=\"_blank\">76561199055980439<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-17 00:41:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-18 00:41:52\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2467\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">13 <a href='index.php?p=banlist&searchText=STEAM_1:1:547857355&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2466');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-17 00:41:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKurii-w-\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKurii-w-\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:634547414\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1269094829]\" target=\"_blank\">[U:1:1269094829]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199229360557\" target=\"_blank\">76561199229360557<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-17 00:41:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-18 00:41:34\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2466\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:634547414&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2465');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 23:01:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSnuwieNuKei\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSnuwieNuKei\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:22879234\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:45758468]\" target=\"_blank\">[U:1:45758468]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198006024196\" target=\"_blank\">76561198006024196<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 23:01:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-16 23:01:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules, Evading chat rules, being toxic.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2465\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-16 15:42:36\">GitGudPls :) \u00e2\u0153\u00aa<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-17 21:12:05\">\u00e2\u0153\u00aa SnuwieNuKei<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n <\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2464');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 22:00:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncasescsgo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncasescsgo\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:632334178\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1264668357]\" target=\"_blank\">[U:1:1264668357]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199224934085\" target=\"_blank\">76561199224934085<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 22:00:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-17 22:00:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2464\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">6 <a href='index.php?p=banlist&searchText=STEAM_1:1:632334178&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2463');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 21:57:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nchinadog\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nchinadog\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:717327192\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1434654384]\" target=\"_blank\">[U:1:1434654384]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199394920112\" target=\"_blank\">76561199394920112<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 21:57:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-16 21:57:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2463\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 20:41:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nseized\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nseized\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:603875550\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1207751100]\" target=\"_blank\">[U:1:1207751100]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199168016828\" target=\"_blank\">76561199168016828<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 20:41:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-23 20:41:28\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Evading chat filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-17 16:31:36\">seized<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-19 01:15:08\">coldzera<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-19 14:57:16\">coldzera<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-20 15:19:11\">coldzera<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-23 14:43:29\">coldzera<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2461');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 19:33:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRONALDO\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRONALDO\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:584315797\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1168631595]\" target=\"_blank\">[U:1:1168631595]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199128897323\" target=\"_blank\">76561199128897323<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 19:33:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">ads<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2461\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2460');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 19:07:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nChippy\n <\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nChippy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:567989310\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1135978620]\" target=\"_blank\">[U:1:1135978620]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199096244348\" target=\"_blank\">76561199096244348<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 19:07:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-16 19:07:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2460\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2459');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 17:44:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKid Kupal\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKid Kupal\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:79171186\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:158342372]\" target=\"_blank\">[U:1:158342372]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198118608100\" target=\"_blank\">76561198118608100<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 17:44:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-17 17:44:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2459\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2458');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 17:10:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ni_have_touched_grass\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ni_have_touched_grass\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714034660\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428069320]\" target=\"_blank\">[U:1:1428069320]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388335048\" target=\"_blank\">76561199388335048<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 17:10:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-16 17:10:17\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2458\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2457');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/jp.jpg\" alt=\"JP\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 16:51:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRyank\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRyank\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:194951030\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:389902061]\" target=\"_blank\">[U:1:389902061]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198350167789\" target=\"_blank\">76561198350167789<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 16:51:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-17 16:51:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2457\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 390 - 420 of 2810 results | <b><a href='index.php?p=banlist&page=13' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=15' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\" selected=\"selected\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76c0272dd89f7a46',m:'2lhm8OXHbIqgxL2WElb2gXu0_XGcbWOCAHCFOUru1gE-1668768731-0-AaQH9qabesv+kzF2TYUL9T8FjNgiOjU411qBmttJq33zcCeBT9HQNCzL8Ql3hG5XeqvNIl5YBJaAKPD1mbRL+9pMbf5cMl5b8HzjFMGv9zl8hnRLdjvUIUptu20imcaC4Zjv5EmbTyGCQMKS4KyugRs=',s:[0x16a26eb8cb,0xaeb02958f9],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76c0272dd89f7a46\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:32:24 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=7t6bojts6bj5sctss4nn38o7ka; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=boBilkdvhpnOHCTjZ0MK%2F4dHkksUt97CDVt4JPhrzKMY8Ud6HPlqEP5WfX93DzUg0HhPEAdKjWlzI1LhlOsvVOfGSbia4FrXuQaf6Nwvme42cVIqEZfgeEAO74hlW2KBh2ooHdFv1QEE4ltg%2Fi3EmMyFVoJ1Ug%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8331abed3e7a3c-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4666');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-29 06:25:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\narc player\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\narc player\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:769835661\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1539671323]\" target=\"_blank\">[U:1:1539671323]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199499937051\" target=\"_blank\">76561199499937051<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-29 06:25:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4666\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4665');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-29 06:22:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSnoopy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSnoopy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:484448661\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:968897322]\" target=\"_blank\">[U:1:968897322]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198929163050\" target=\"_blank\">76561198929163050<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-29 06:22:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-30 06:22:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4665\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4664');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-28 08:53:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMaryssa\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMaryssa\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:127205906\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:254411813]\" target=\"_blank\">[U:1:254411813]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198214677541\" target=\"_blank\">76561198214677541<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-28 08:53:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4664\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4663');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-28 05:34:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nschmidtethan831\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nschmidtethan831\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:757246272\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1514492544]\" target=\"_blank\">[U:1:1514492544]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199474758272\" target=\"_blank\">76561199474758272<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-28 05:34:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4663\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4661');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-27 18:31:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAnkara Messi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAnkara Messi\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:563695534\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1127391068]\" target=\"_blank\">[U:1:1127391068]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199087656796\" target=\"_blank\">76561199087656796<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-27 18:31:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-28 18:31:56\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4661\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:563695534&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-27 23:43:45\">Ankara Messi<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-28 12:29:31\">Ankara Messi<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-28 13:34:28\">Ankara Messi<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-28 16:55:00\">Ankara Messi<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-28 17:58:29\">Ankara Messi<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4660');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-27 14:37:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNinjasInPyjamas\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNinjasInPyjamas\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:769654036\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1539308072]\" target=\"_blank\">[U:1:1539308072]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199499573800\" target=\"_blank\">76561199499573800<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-27 14:37:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4660\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-27 14:49:44\">NinjasInPyjamas<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4659');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-27 12:38:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTokita\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTokita\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:769529792\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1539059584]\" target=\"_blank\">[U:1:1539059584]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199499325312\" target=\"_blank\">76561199499325312<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-27 12:38:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Ban evasion<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4659\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-27 12:39:03\">Tokita<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4658');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-27 09:39:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBalantaJameS\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBalantaJameS\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:739060711\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1478121422]\" target=\"_blank\">[U:1:1478121422]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199438387150\" target=\"_blank\">76561199438387150<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-27 09:39:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4658\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4656');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hu.jpg\" alt=\"HU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-26 21:00:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nczaparipeter\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nczaparipeter\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:743463235\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1486926470]\" target=\"_blank\">[U:1:1486926470]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199447192198\" target=\"_blank\">76561199447192198<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-26 21:00:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-27 21:00:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">dont inflate for zm item<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4656\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-26 21:01:10\">czaparipeter<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4655');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-26 20:34:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nak47peek\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nak47peek\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:545873165\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1091746330]\" target=\"_blank\">[U:1:1091746330]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199052012058\" target=\"_blank\">76561199052012058<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-26 20:34:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-27 20:34:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4655\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-26 20:35:15\">ak47peek<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-27 17:57:13\">ak47peek<\/span>, <span title=\"Server: :, Date: 2023-04-27 12:48:53\">ak47peek<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4654');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-26 16:53:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #311\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #311\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:638658374\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1277316749]\" target=\"_blank\">[U:1:1277316749]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199237582477\" target=\"_blank\">76561199237582477<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-26 16:53:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4654\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-26 22:56:01\">\u0437\u0430\u0433\u043b\u044f\u043d\u0443\u0442\u044c \u0438\u0437 \u041e\u0413<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-29 10:33:07\">\u0437\u0430\u0433\u043b\u044f\u043d\u0443\u0442\u044c \u0438\u0437 \u041e\u0413<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-13 18:06:56\">\u0437\u0430\u0433\u043b\u044f\u043d\u0443\u0442\u044c \u0438\u0437 \u041e\u0413<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4653');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-26 13:53:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCobra911\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCobra911\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:769477746\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1538955492]\" target=\"_blank\">[U:1:1538955492]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199499221220\" target=\"_blank\">76561199499221220<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-26 13:53:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">ban evasion<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4653\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-26 13:53:42\">Cobra911<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-26 14:05:45\">Cobra911<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-26 14:39:23\">Cobra911<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-26 15:43:02\">Cobra911<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4652');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-26 12:59:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFlicky Minaj\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFlicky Minaj\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:743510121\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1487020243]\" target=\"_blank\">[U:1:1487020243]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199447285971\" target=\"_blank\">76561199447285971<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-26 12:59:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4652\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4651');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nz.jpg\" alt=\"NZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-26 12:37:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSH4R1NGANPEEK REF\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSH4R1NGANPEEK REF\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:769586082\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1539172164]\" target=\"_blank\">[U:1:1539172164]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199499437892\" target=\"_blank\">76561199499437892<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-26 12:37:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4651\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4650');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-26 10:16:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKing of the Dead\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKing of the Dead\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:657766445\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1315532890]\" target=\"_blank\">[U:1:1315532890]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199275798618\" target=\"_blank\">76561199275798618<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-26 10:16:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4650\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4649');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-26 03:51:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNeo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNeo\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:736778521\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1473557043]\" target=\"_blank\">[U:1:1473557043]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199433822771\" target=\"_blank\">76561199433822771<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-26 03:51:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4649\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4648');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/mk.jpg\" alt=\"MK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-26 01:20:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nslezzy bl\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nslezzy bl\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:532185362\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1064370724]\" target=\"_blank\">[U:1:1064370724]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199024636452\" target=\"_blank\">76561199024636452<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-26 01:20:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-27 01:20:59\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4648\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4647');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/br.jpg\" alt=\"BR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-26 00:17:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nabusedanialves\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nabusedanialves\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:768217134\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1536434268]\" target=\"_blank\">[U:1:1536434268]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199496699996\" target=\"_blank\">76561199496699996<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-26 00:17:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4647\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-28 10:04:55\">abusedanialves<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4646');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-25 21:40:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfaris\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfaris\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:596579776\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1193159553]\" target=\"_blank\">[U:1:1193159553]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199153425281\" target=\"_blank\">76561199153425281<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-25 21:40:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-25 21:40:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4646\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (7)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-29 14:08:39\">faris<\/span>, <span title=\"Server: :, Date: 2023-04-27 16:08:44\">faris<\/span>, <span title=\"Server: :, Date: 2023-04-28 01:35:33\">faris<\/span>, <span title=\"Server: :, Date: 2023-04-30 22:58:31\">faris<\/span>, <span title=\"Server: :, Date: 2023-05-02 22:31:34\">faris<\/span>, <span title=\"Server: :, Date: 2023-05-05 14:01:05\">faris<\/span>, <span title=\"Server: :, Date: 2023-05-23 21:14:48\">kyuro<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4645');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-25 16:05:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPimple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPimple\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:60394574\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:120789149]\" target=\"_blank\">[U:1:120789149]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198081054877\" target=\"_blank\">76561198081054877<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-25 16:05:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-26 16:05:44\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4645\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:60394574&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4644');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-25 15:43:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ni jester\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ni jester\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:589226774\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1178453548]\" target=\"_blank\">[U:1:1178453548]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199138719276\" target=\"_blank\">76561199138719276<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-25 15:43:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4644\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4643');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-25 15:24:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nlolkowalski\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nlolkowalski\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:447485728\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:894971456]\" target=\"_blank\">[U:1:894971456]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198855237184\" target=\"_blank\">76561198855237184<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-25 15:24:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAppeal\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Language<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4643\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 15:31:49\">lolkowalski<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4642');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-25 10:30:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nxcalibrr\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nxcalibrr\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:616998835\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1233997671]\" target=\"_blank\">[U:1:1233997671]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199194263399\" target=\"_blank\">76561199194263399<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-25 10:30:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-26 10:30:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4642\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-25 13:02:04\">xcalibrr<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4641');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-25 09:15:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsuckitnerd\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsuckitnerd\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:768973380\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1537946760]\" target=\"_blank\">[U:1:1537946760]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199498212488\" target=\"_blank\">76561199498212488<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-25 09:15:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4641\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4640');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-25 08:58:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nluf\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nluf\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:227542107\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:455084215]\" target=\"_blank\">[U:1:455084215]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198415349943\" target=\"_blank\">76561198415349943<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-25 08:58:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4640\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4639');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-25 08:24:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nhacks.exe extended\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nhacks.exe extended\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:741426836\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1482853673]\" target=\"_blank\">[U:1:1482853673]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199443119401\" target=\"_blank\">76561199443119401<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-25 08:24:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4639\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-22 02:50:04\">waaz (Ceo Of Aids)<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4638');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-25 07:56:58<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\narmaan\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\narmaan\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:764368846\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1528737693]\" target=\"_blank\">[U:1:1528737693]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199489003421\" target=\"_blank\">76561199489003421<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-25 07:56:58<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-25 07:56:58\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4638\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4637');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/it.jpg\" alt=\"IT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-24 23:24:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMiniman\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMiniman\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:130157494\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:260314989]\" target=\"_blank\">[U:1:260314989]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198220580717\" target=\"_blank\">76561198220580717<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-24 23:24:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-25 23:24:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4637\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4636');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-24 23:01:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nem0k1d2009\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nem0k1d2009\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:769044040\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1538088080]\" target=\"_blank\">[U:1:1538088080]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199498353808\" target=\"_blank\">76561199498353808<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-24 23:01:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4636\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-25 02:37:03\">em0k1d2009<\/span>, <span title=\"Server: :, Date: 2023-04-25 02:44:44\">em0k1d2009<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4635');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-24 20:43:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsaqib khan ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsaqib khan ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:523808901\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1047617803]\" target=\"_blank\">[U:1:1047617803]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199007883531\" target=\"_blank\">76561199007883531<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-24 20:43:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">dont insult staff - You were just unbanned via an appeal. You&#39;re not perma banned. <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4635\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_0:1:523808901&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (258)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-24 20:47:46\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-24 21:01:26\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-24 22:03:53\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-24 23:45:15\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-24 23:51:06\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 00:47:33\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 01:13:34\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 10:19:35\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 11:38:30\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 11:40:20\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 12:12:26\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 12:17:50\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 12:31:42\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 15:35:01\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 16:12:40\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 17:47:51\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 19:37:56\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 20:33:33\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 21:05:24\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 21:08:31\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 21:53:02\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-25 22:07:15\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-26 16:59:15\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-26 18:13:25\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-27 16:10:46\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-27 16:31:33\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-27 20:05:01\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-27 21:37:47\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-27 22:04:48\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-27 22:15:32\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-27 22:21:13\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-27 23:56:31\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 01:00:58\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 11:19:26\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 11:39:51\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 12:42:09\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 13:03:45\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 15:41:07\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 18:17:13\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 19:01:29\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 19:42:09\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 20:04:07\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 20:54:51\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 22:13:37\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 22:27:38\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 23:46:07\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-28 23:47:13\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 00:53:37\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 12:11:22\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 14:10:09\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 15:02:38\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 16:16:04\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 16:34:29\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 18:57:34\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 18:59:06\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 19:06:03\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 20:53:23\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 20:53:40\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 21:13:30\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 21:59:32\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 22:05:16\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 22:53:36\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 22:54:20\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 23:46:14\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-29 23:46:38\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 00:39:35\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 04:18:55\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 11:07:20\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 11:37:58\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 11:55:06\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 12:00:09\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 12:05:19\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 12:49:53\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 12:57:05\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 13:14:51\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 13:16:08\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 13:37:58\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 13:51:05\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 13:58:00\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 13:58:55\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 15:03:37\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 16:00:39\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 16:20:11\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 16:25:30\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 16:34:04\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 16:48:58\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 17:58:10\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 18:05:05\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 18:19:31\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 18:22:02\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 19:44:55\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 21:30:25\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 21:53:21\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 22:00:27\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-30 23:36:26\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-01 00:12:15\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-01 12:03:23\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-01 12:30:03\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-01 15:13:10\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-01 17:07:29\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-01 19:12:33\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-01 19:51:30\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-01 22:55:12\">?<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-02 02:57:16\">?<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-02 12:42:07\">?<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-02 18:34:01\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-02 19:54:29\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-03 12:27:22\">?<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-03 13:19:00\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-03 16:16:49\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-03 16:17:28\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-04 20:04:41\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-04 21:23:09\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-05 13:05:02\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-06 14:14:39\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-07 12:32:44\">NiKo<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-07 22:06:09\">NiKo<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-08 20:58:10\">D0cC<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-12 00:12:38\">D0cC<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-12 13:20:44\">\uff44\uff4f\uff4e\uff54\u3000\uff54\uff41\uff4c\uff4b\uff49<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-12 14:07:59\">\uff44\uff4f\uff4e\uff54\u3000\uff54\uff41\uff4c\uff4b\uff49<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-12 14:14:28\">\uff44\uff4f\uff4e\uff54\u3000\uff54\uff41\uff4c\uff4b\uff49<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-12 14:21:26\">\uff44\uff4f\uff4e\uff54\u3000\uff54\uff41\uff4c\uff4b\uff49<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-12 14:29:24\">\uff44\uff4f\uff4e\uff54\u3000\uff54\uff41\uff4c\uff4b\uff49<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-12 14:38:44\">\uff44\uff4f\uff4e\uff54\u3000\uff54\uff41\uff4c\uff4b\uff49<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-12 14:51:15\">\uff44\uff4f\uff4e\uff54\u3000\uff54\uff41\uff4c\uff4b\uff49<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-12 17:58:21\">Ackerman<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-13 12:31:38\">Ackerman<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-13 15:39:55\">Ackerman<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-14 00:01:40\">Ackerman<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-14 02:12:15\">Ackerman<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-14 20:58:36\">Ackerman<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-15 01:03:05\">Ackerman<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-15 12:04:39\">Ackerman<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-15 12:41:18\">Ackerman<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-15 13:46:30\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-15 13:55:29\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-15 16:51:39\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-16 13:41:12\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-16 21:28:47\">my<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-16 22:22:02\">my<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-17 13:43:10\">my<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-17 15:10:01\">my<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-18 00:43:58\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-18 13:34:13\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-18 14:01:49\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-19 01:26:22\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-19 15:19:14\">My<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-20 14:18:52\">?<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-20 23:54:40\">Toktia<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-21 02:23:46\">Toktia<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-21 12:38:22\">Toktia<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-22 12:45:38\">Toktia<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-23 01:38:23\">Toktia<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-23 14:57:21\">Toktia<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-24 01:01:21\">\u043c\u0438\u043d\u0430 \u043b\u044e\u0431\u043e\u0432\u044c<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-24 16:10:16\">f.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-24 16:37:43\">f.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-24 20:41:09\">f.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-25 12:27:15\">f<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-25 13:26:29\">f<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-25 14:51:58\">f<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-25 15:15:16\">f<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-25 15:33:20\">unnamed<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-26 22:35:21\">unnamed<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-26 22:41:23\">unnamed<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-27 11:13:39\">unnamed<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-27 15:46:09\">unnamed<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-27 23:47:55\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-27 23:50:20\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-28 00:33:46\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-28 12:02:55\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-28 21:47:46\"> <\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-29 00:03:41\"> <\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-29 12:28:13\"> <\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-29 13:37:38\"> <\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-29 14:13:06\"> <\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-29 15:18:29\"> <\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-30 00:16:58\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-30 01:06:38\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-31 00:22:56\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-31 13:00:10\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-31 14:50:36\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-31 19:52:54\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-01 12:44:18\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-01 20:59:34\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-01 22:06:14\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-02 11:56:15\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-02 12:48:29\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-02 15:38:29\">h<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-02 23:13:39\">?<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-03 12:13:39\">?<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-03 14:45:46\">?<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-03 14:54:40\">?<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-03 20:46:24\">?<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-03 22:05:33\">Player #917<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-04 01:05:11\">\u043c\u0438\u043d\u0430 \u043b\u044e\u0431\u043e\u0432\u044c<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-04 13:32:41\">BURNING POINT.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-04 13:35:32\">BURNING POINT.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-04 14:44:15\">BURNING POINT.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-04 16:11:49\">BURNING POINT.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-04 21:55:46\">BURNING POINT.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-05 22:14:29\">sky_WaY<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-05 22:26:22\">sky_WaY<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-06 12:49:31\">sky_WaY<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-07 00:45:13\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-07 02:10:55\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-07 14:16:02\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-07 20:01:38\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-07 22:05:57\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-08 00:24:18\">NooB BoT | Trash Aim<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-09 00:28:26\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-10 11:52:22\">wrOng_WaY<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-10 13:44:02\">wrOng_WaY<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-11 12:04:43\">Tokita<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-11 14:35:27\">Tokita<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-11 21:50:26\">Tokita<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-12 15:46:32\">wr0ng_WaY<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-13 01:09:11\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-13 01:55:32\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-13 16:16:21\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-14 00:52:48\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-15 01:06:01\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-16 00:17:47\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-16 12:45:17\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-16 15:53:14\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-16 16:40:37\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-16 19:23:43\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-17 00:31:58\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-17 13:16:39\">sky_waV<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-18 00:05:29\">s1mple<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-18 21:24:31\">Noob BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 00:19:58\">Noob BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 00:34:43\">Noob BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 11:45:15\">Noob BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 12:42:31\">Noob BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 12:48:11\">Noob BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 12:53:15\">Noob BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 13:09:29\">Noob BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 14:53:03\">Noob BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 21:09:59\">Noob BoT Aim<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-20 00:20:40\">Noob BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-20 14:09:02\">Noob BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-20 14:54:11\">Noob BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-21 00:38:49\">FURIOUSSS<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-21 13:36:21\">FURIOUSSS<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-21 13:44:09\">FURIOUSSS<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-21 15:14:55\">FURIOUSSS<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-21 17:53:58\">f.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-21 21:35:45\">f.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-21 22:24:22\">f.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-22 12:02:40\">f.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-22 22:19:38\">f.<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-23 11:43:26\">NooB BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-24 13:59:41\">NooB BoT<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-03 23:02:28\">NooB BoT<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-12 13:59:01\">\uff44\uff4f\uff4e\uff54\u3000\uff54\uff41\uff4c\uff4b\uff49<\/span>, <span title=\"Server: :, Date: 2023-05-12 13:58:35\">\uff44\uff4f\uff4e\uff54\u3000\uff54\uff41\uff4c\uff4b\uff49<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 390 - 420 of 4967 results | <b><a href=\"index.php?p=banlist&page=13\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=15\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\" selected=\"selected\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8331abed3e7a3c',m:'Vuv4LmYqEoVdb.ccHYPkTjrIQlve9P.EVIbVueAsa0o-1689604344-0-AfV\/8fXaPU\/mNwUGbdGKJGKLXM9hJxTqG339fo5+6Kb1'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8331abed3e7a3c\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=15.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=15.json index 5b14de9..8e8c048 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=15.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=15.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:51:18 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"pragma":["no-cache"],"set-cookie":["PHPSESSID=fbirma13q0cufvg9mur7tnl1kp; path=\/"],"vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"Server-Timing":["cf-q-config;dur=5.9999983932357e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=Iu2R0d3hZq5whBt498a0SJYEALiSTG420f1lkedvk6qDCbLgKHCrf%2FRjLldMrOtOky06r%2FihLv%2B66k%2BhZMqBrJwvtAsR7jToW7ErkkxnQpx5BkhAlbt3Ozf%2FKit7OsIF65G2DLLcmCG7ryFx1lIZgx77uUb4Hw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"CF-RAY":["76c025dfbbe3c4a4-DUS"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2810<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2810<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2456');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 16:23:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nackerman\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nackerman\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:592716011\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1185432023]\" target=\"_blank\">[U:1:1185432023]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199145697751\" target=\"_blank\">76561199145697751<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 16:23:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2456\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2455');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 16:09:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHenry VIII\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHenry VIII\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:716215019\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1432430039]\" target=\"_blank\">[U:1:1432430039]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199392695767\" target=\"_blank\">76561199392695767<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 16:09:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_ragdoll_gravity<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2455\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2454');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 16:01:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbigfoot\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbigfoot\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:572017945\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1144035891]\" target=\"_blank\">[U:1:1144035891]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199104301619\" target=\"_blank\">76561199104301619<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 16:01:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Troll<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2454\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-17 08:51:37\">\u272a <\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2453');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 14:52:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncl4y\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncl4y\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:514864144\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1029728288]\" target=\"_blank\">[U:1:1029728288]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198989994016\" target=\"_blank\">76561198989994016<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 14:52:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-17 14:52:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2453\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:514864144&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-16 17:37:37\">cl4y<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-16 21:46:25\">cl4y<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-17 14:47:05\">cl4y<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2452');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 14:16:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nambatukam ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nambatukam ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:626538445\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1253076891]\" target=\"_blank\">[U:1:1253076891]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199213342619\" target=\"_blank\">76561199213342619<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 14:16:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-17 14:16:37\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2452\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">12 <a href='index.php?p=banlist&searchText=STEAM_1:1:626538445&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-17 09:26:33\">ambatukam ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-17 13:19:16\">ambatukam ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-17 13:45:53\">ambatukam ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2451');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-16 13:45:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nleko\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nleko\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n <ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:617264593\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1234529187]\" target=\"_blank\">[U:1:1234529187]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199194794915\" target=\"_blank\">76561199194794915<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-16 13:45:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bhop cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2451\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-22 21:29:55\">inkix<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2450');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 22:04:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\naddi$on\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\naddi$on\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:1:567281938\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1134563877]\" target=\"_blank\">[U:1:1134563877]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199094829605\" target=\"_blank\">76561199094829605<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 22:04:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 22:04:38\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2450\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2449');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 22:03:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMIDGET MURDERER\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMIDGET MURDERER\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:215028520\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:430057041]\" target=\"_blank\">[U:1:430057041]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198390322769\" target=\"_blank\">76561198390322769<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 22:03:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 22:03:54\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2449\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2448');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 20:47:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nchido\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nchido\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n \n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:546928651\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1093857302]\" target=\"_blank\">[U:1:1093857302]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199054123030\" target=\"_blank\">76561199054123030<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 20:47:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 20:47:43\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2448\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-15 20:48:39\">chido<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-16 14:00:32\">chido<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2447');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 20:39:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAhhhhh ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAhhhhh ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:594664313\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1189328627]\" target=\"_blank\">[U:1:1189328627]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199149594355\" target=\"_blank\">76561199149594355<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 20:39:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 20:39:29\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2447\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-15 23:14:51\">Ahhhhh ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-15 20:41:26\">Ahhhhh ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-15 22:52:15\">Ahhhhh ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-15 23:14:10\">Ahhhhh ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2446');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 19:56:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nstew\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nstew\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:419740262\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:839480525]\" target=\"_blank\">[U:1:839480525]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198799746253\" target=\"_blank\">76561198799746253<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 19:56:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 19:56:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2446\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:419740262&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-15 19:56:38\">stew<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-15 20:29:19\">stew<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2445');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 19:33:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #201\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #201\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:455548629\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:911097259]\" target=\"_blank\">[U:1:911097259]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198871362987\" target=\"_blank\">76561198871362987<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 19:33:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 19:33:06\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2445\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href='index.php?p=banlist&searchText=STEAM_1:1:455548629&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-15 22:05:18\">\u00e2\u2122\u00bf<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2444');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 18:48:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnitceu\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnitceu\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:182141558\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:364283116]\" target=\"_blank\">[U:1:364283116]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198324548844\" target=\"_blank\">76561198324548844<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 18:48:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 18:48:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2444\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2443');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 15:59:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndepressed kid ghostcap.com\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndepressed kid ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:632334178\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1264668357]\" target=\"_blank\">[U:1:1264668357]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199224934085\" target=\"_blank\">76561199224934085<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 15:59:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 15:59:52\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2443\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">6 <a href='index.php?p=banlist&searchText=STEAM_1:1:632334178&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-15 20:02:42\">depressed kid ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-16 12:36:15\">casescsgo<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2442');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 15:54:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n-chiters-\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n-chiters-\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:713810862\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1427621724]\" target=\"_blank\">[U:1:1427621724]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199387887452\" target=\"_blank\">76561199387887452<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 15:54:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2442\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2441');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 13:45:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFortnitebabe2003\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFortnitebabe2003\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:618298968\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1236597936]\" target=\"_blank\">[U:1:1236597936]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199196863664\" target=\"_blank\">76561199196863664<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 13:45:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 13:45:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2441\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-15 22:50:06\">Fortnitebabe2003<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2440');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 13:42:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHorii\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHorii\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:550574745\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1101149490]\" target=\"_blank\">[U:1:1101149490]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199061415218\" target=\"_blank\">76561199061415218<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 13:42:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 13:42:28\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2440\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href='index.php?p=banlist&searchText=STEAM_1:0:550574745&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2439');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 13:41:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKuro\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKuro\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:631988421\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1263976843]\" target=\"_blank\">[U:1:1263976843]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199224242571\" target=\"_blank\">76561199224242571<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 13:41:50<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 13:41:50\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2439\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:631988421&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-15 22:48:42\">Kuro<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2438');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 13:22:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncsig\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncsig\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:549757131\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1099514262]\" target=\"_blank\">[U:1:1099514262]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199059779990\" target=\"_blank\">76561199059779990<\/a>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 13:22:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 13:22:23\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2438\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-16 07:13:59\">csig<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2437');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 13:05:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nXxEldrake8000xX\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nXxEldrake8000xX\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:580363240\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1160726480]\" target=\"_blank\">[U:1:1160726480]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/76561199120992208\" target=\"_blank\">76561199120992208<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 13:05:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 13:05:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2437\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:580363240&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-15 22:46:40\">XxEldrake8000xX<\/span>\n<\/td>\n <\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2436');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 10:58:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nUZUMAK1\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nUZUMAK1\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:454351240\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:908702481]\" target=\"_blank\">[U:1:908702481]<\/a>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198868968209\" target=\"_blank\">76561198868968209<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 10:58:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-22 10:58:52\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Evading chat filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2436\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-15 20:08:40\">UZUMAK1<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-22 01:14:12\">UZUMAK1<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2435');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-15 01:11:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPhilip320\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPhilip320\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:698330156\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1396660312]\" target=\"_blank\">[U:1:1396660312]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199356926040\" target=\"_blank\">76561199356926040<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-15 01:11:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-15 01:11:47\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2435\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2434');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-14 22:46:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkaraoke\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkaraoke\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:716563557\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1433127114]\" target=\"_blank\">[U:1:1433127114]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199393392842\" target=\"_blank\">76561199393392842<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-14 22:46:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2434\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-19 23:18:26\">ahegao<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-13 21:47:43\">genera<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n <\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2433');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-14 22:45:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCam | ghostcap.c\u00d0\u00bem\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCam | ghostcap.c\u00d0\u00bem\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:716571485\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1433142971]\" target=\"_blank\">[U:1:1433142971]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199393408699\" target=\"_blank\">76561199393408699<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-14 22:45:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2433\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2432');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-14 22:43:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00d1\u20achl\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00d1\u20achl\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:716556468\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1433112936]\" target=\"_blank\">[U:1:1433112936]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199393378664\" target=\"_blank\">76561199393378664<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-14 22:43:13<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2432\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2431');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-14 22:35:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00e3\u0192\u201eBh\u00d0\u00bep | ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00e3\u0192\u201eBh\u00d0\u00bep | ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:716705073\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1433410147]\" target=\"_blank\">[U:1:1433410147]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199393675875\" target=\"_blank\">76561199393675875<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-14 22:35:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2431\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2430');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cz.jpg\" alt=\"CZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-14 21:17:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nUNOOOS\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nUNOOOS\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n <ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:585890563\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1171781127]\" target=\"_blank\">[U:1:1171781127]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199132046855\" target=\"_blank\">76561199132046855<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-14 21:17:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-14 21:17:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2430\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2429');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-14 20:02:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAsahi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAsahi\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:534733968\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1069467937]\" target=\"_blank\">[U:1:1069467937]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199029733665\" target=\"_blank\">76561199029733665<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-14 20:02:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2429\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2428');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cz.jpg\" alt=\"CZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-14 15:53:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDeath\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDeath\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:711779208\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1423558417]\" target=\"_blank\">[U:1:1423558417]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199383824145\" target=\"_blank\">76561199383824145<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-14 15:53:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2428\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2427');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-14 14:32:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSwordpools ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSwordpools ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:527836241\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1055672482]\" target=\"_blank\">[U:1:1055672482]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199015938210\" target=\"_blank\">76561199015938210<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-14 14:32:04<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-14 14:32:04\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2427\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href='index.php?p=banlist&searchText=STEAM_0:0:527836241&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (21)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-15 11:17:48\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-15 14:29:17\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-15 14:40:13\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-15 19:50:30\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-16 17:58:18\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-18 18:14:57\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-21 13:54:47\">Swordpools<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-29 16:06:52\">Swordpools<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-07 08:57:49\">Swordpools<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-15 14:44:48\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-16 09:12:14\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-16 13:41:56\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-16 17:40:56\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-17 17:40:24\">Swordpools<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-19 14:28:22\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-19 15:07:54\">Swordpools<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-24 20:06:17\">Swordpools<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-07 09:00:45\">Swordpools<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-11 13:44:09\">Swordpools<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-13 12:05:36\">Swordpools<\/span>, <span title=\"Server: 51.79.162.166:25580, Date: 2022-09-16 13:42:22\">Swordpools ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 420 - 450 of 2810 results | <b><a href='index.php?p=banlist&page=14' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=16' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\" selected=\"selected\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76c025dfbbe3c4a4',m:'izlJKici6sLgCv0xWuYNGuceuBrIHMFam1ygVqZUQ2M-1668768678-0-AYwOzNfVczsF1RuahrIvEjBVWbz5lOumWoP4tLZ8Dl4qNeLugW+MzRBd2\/sVcpFmBYjs6Z+shihr22x+7Lc3LitgOa3n605FipO5HAj492kyZnmzTBP0cFW8CV5Skn\/KDq\/uWp\/3mEewDxz9aH9tn8s=',s:[0xe9808abeb7,0x3c393b987f],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76c025dfbbe3c4a4\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:31:35 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=8gbr83q59baqlpaev4lstnefgp; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=BzJ2FVAZJcc5SUlkUELF6JAEuZwPB6CJ77tdqd4RICJiDK9P4%2FD%2B9wkxSA813DwmjLlv0GTBVkuihrNyXvqxh4wuLW040%2BuNneUVdBNpJ9WJAfLtvJQpNBxXfe7xbABmbJ7zJdAExcXBedNu%2BQIuaocP7sWoAQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e833076cdc1caf5-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4634');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-24 19:19:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAdolfxnika\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAdolfxnika\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:581785498\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1163570997]\" target=\"_blank\">[U:1:1163570997]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199123836725\" target=\"_blank\">76561199123836725<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-24 19:19:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-25 19:19:35\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">dont say n word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4634\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-24 19:20:02\">Adolfxnika<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4633');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-24 19:18:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #993\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #993\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:632151134\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1264302268]\" target=\"_blank\">[U:1:1264302268]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199224567996\" target=\"_blank\">76561199224567996<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-24 19:18:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-25 19:18:23\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4633\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-24 19:19:30\">\u0110\u1eafng<\/span>, <span title=\"Server: :, Date: 2023-04-24 19:19:16\">\u0110\u1eafng<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4631');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-24 17:36:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nskw\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nskw\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:567395051\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1134790103]\" target=\"_blank\">[U:1:1134790103]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199095055831\" target=\"_blank\">76561199095055831<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-24 17:36:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBan appeal\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Bhop script, Long jump Script and bug abuse<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4631\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4630');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-24 17:24:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAnkara Messi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAnkara Messi\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:563695534\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1127391068]\" target=\"_blank\">[U:1:1127391068]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199087656796\" target=\"_blank\">76561199087656796<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-24 17:24:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-25 17:24:38\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4630\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:563695534&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-25 13:11:25\">Ankara Messi<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-25 13:44:15\">Ankara Messi<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-25 14:22:43\">Ankara Messi<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4629');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nz.jpg\" alt=\"NZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-24 16:52:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nward\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nward\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:85675856\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:171351713]\" target=\"_blank\">[U:1:171351713]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198131617441\" target=\"_blank\">76561198131617441<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-24 16:52:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4629\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:85675856&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4628');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-24 15:00:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n123\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n123\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:693350129\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1386700258]\" target=\"_blank\">[U:1:1386700258]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199346965986\" target=\"_blank\">76561199346965986<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-24 15:00:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4628\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-24 13:20:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDon Diego\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDon Diego\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:578942258\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1157884516]\" target=\"_blank\">[U:1:1157884516]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199118150244\" target=\"_blank\">76561199118150244<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-24 13:20:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Extreme Racism \/ Lying to other players. <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-24 21:41:03\">Don Diego<\/span>, <span title=\"Server: :, Date: 2023-04-24 21:32:35\">Don Diego<\/span>, <span title=\"Server: :, Date: 2023-05-09 02:22:52\">Don Diego<\/span>, <span title=\"Server: :, Date: 2023-05-21 00:12:11\">Don Diego<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4626');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-24 05:17:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n<i><font color=\"#677882\">no nickname present<\/font><\/i>\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no nickname present<\/font><\/i>\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:766542998\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1533085997]\" target=\"_blank\">[U:1:1533085997]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199493351725\" target=\"_blank\">76561199493351725<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-24 05:17:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4626\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4625');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-23 21:40:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBunny Girl\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBunny Girl\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:769299971\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1538599942]\" target=\"_blank\">[U:1:1538599942]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199498865670\" target=\"_blank\">76561199498865670<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-23 21:40:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4625\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4624');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-23 20:04:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfine\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfine\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:213006090\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:426012180]\" target=\"_blank\">[U:1:426012180]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198386277908\" target=\"_blank\">76561198386277908<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-23 20:04:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-30 20:04:21\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Killing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4624\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:213006090&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-27 17:47:29\">Aest<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4623');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pl.jpg\" alt=\"PL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-23 18:09:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n2fast4u\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2fast4u\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:761694453\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1523388907]\" target=\"_blank\">[U:1:1523388907]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199483654635\" target=\"_blank\">76561199483654635<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-23 18:09:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_ragdoll_gravity<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4623\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4620');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fi.jpg\" alt=\"FI\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-23 17:20:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbutters caseopening.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbutters caseopening.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:634479064\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1268958128]\" target=\"_blank\">[U:1:1268958128]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199229223856\" target=\"_blank\">76561199229223856<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-23 17:20:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4620\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:634479064&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-04-25 20:07:41\">butters caseopening.com g4skins<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4621');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fi.jpg\" alt=\"FI\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-23 17:20:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbutters caseopening.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbutters caseopening.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:634479064\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1268958128]\" target=\"_blank\">[U:1:1268958128]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199229223856\" target=\"_blank\">76561199229223856<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-23 17:20:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4621\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:634479064&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4622');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fi.jpg\" alt=\"FI\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-23 17:20:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbutters caseopening.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbutters caseopening.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:634479064\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1268958128]\" target=\"_blank\">[U:1:1268958128]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199229223856\" target=\"_blank\">76561199229223856<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-23 17:20:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4622\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:634479064&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4619');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-23 04:51:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMike O'Tren\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMike O'Tren\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:97632044\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:195264089]\" target=\"_blank\">[U:1:195264089]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198155529817\" target=\"_blank\">76561198155529817<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-23 04:51:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-24 04:51:29\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4619\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4618');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-23 04:51:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCameron\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCameron\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:161468831\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:322937662]\" target=\"_blank\">[U:1:322937662]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198283203390\" target=\"_blank\">76561198283203390<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-23 04:51:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-24 04:51:28\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4618\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4617');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-23 04:50:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHikari\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHikari\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:40132579\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:80265158]\" target=\"_blank\">[U:1:80265158]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198040530886\" target=\"_blank\">76561198040530886<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-23 04:50:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-24 04:50:54\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4617\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4616');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-23 04:31:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWolfEagleMan\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWolfEagleMan\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:768770855\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1537541710]\" target=\"_blank\">[U:1:1537541710]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199497807438\" target=\"_blank\">76561199497807438<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-23 04:31:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4616\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4611');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fr.jpg\" alt=\"FR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 19:50:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDerska\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDerska\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:760810076\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1521620152]\" target=\"_blank\">[U:1:1521620152]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199481885880\" target=\"_blank\">76561199481885880<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 19:50:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4611\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">7 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:760810076&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4612');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fr.jpg\" alt=\"FR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 19:50:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDerska\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDerska\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:760810076\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1521620152]\" target=\"_blank\">[U:1:1521620152]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199481885880\" target=\"_blank\">76561199481885880<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 19:50:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4612\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">7 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:760810076&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4613');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fr.jpg\" alt=\"FR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 19:50:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDerska\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDerska\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:760810076\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1521620152]\" target=\"_blank\">[U:1:1521620152]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199481885880\" target=\"_blank\">76561199481885880<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 19:50:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4613\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">7 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:760810076&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4614');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fr.jpg\" alt=\"FR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 19:50:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDerska\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDerska\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:760810076\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1521620152]\" target=\"_blank\">[U:1:1521620152]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199481885880\" target=\"_blank\">76561199481885880<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 19:50:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4614\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">7 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:760810076&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4615');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fr.jpg\" alt=\"FR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 19:50:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDerska\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDerska\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:760810076\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1521620152]\" target=\"_blank\">[U:1:1521620152]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199481885880\" target=\"_blank\">76561199481885880<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 19:50:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4615\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">7 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:760810076&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4609');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fr.jpg\" alt=\"FR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 19:50:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDerska\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDerska\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:760810076\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1521620152]\" target=\"_blank\">[U:1:1521620152]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199481885880\" target=\"_blank\">76561199481885880<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 19:50:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4609\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">7 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:760810076&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4610');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fr.jpg\" alt=\"FR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 19:50:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDerska\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDerska\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:760810076\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1521620152]\" target=\"_blank\">[U:1:1521620152]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199481885880\" target=\"_blank\">76561199481885880<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 19:50:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4610\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">7 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:760810076&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4608');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/es.jpg\" alt=\"ES\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 18:30:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndoggy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndoggy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:767777587\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1535555174]\" target=\"_blank\">[U:1:1535555174]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199495820902\" target=\"_blank\">76561199495820902<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 18:30:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4608\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 16:18:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSicarioOwnsU\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSicarioOwnsU\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:666364562\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1332729125]\" target=\"_blank\">[U:1:1332729125]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199292994853\" target=\"_blank\">76561199292994853<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 16:18:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-04-16 16:18:20\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">N word bypassing\ncalling others to suck him off<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 16:17:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHappyNewYear2018!\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHappyNewYear2018!\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:543242770\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1086485540]\" target=\"_blank\">[U:1:1086485540]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199046751268\" target=\"_blank\">76561199046751268<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 16:17:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBan appeal\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Advertising their own twitch account\nhttps:\/\/discord.com\/channels\/813061727268765717\/939950327384404019\/1099233975022661732<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-22 16:31:28\">HappyNewYear2018<\/span>, <span title=\"Server: :, Date: 2023-04-22 16:38:05\">HappyNewYear2018<\/span>, <span title=\"Server: :, Date: 2023-04-22 17:14:33\">HappyNewYear2018<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4605');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 15:47:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmeeja\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmeeja\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:765559851\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1531119702]\" target=\"_blank\">[U:1:1531119702]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491385430\" target=\"_blank\">76561199491385430<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 15:47:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4605\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4604');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 14:25:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBlackChina23\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBlackChina23\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:95825688\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:191651376]\" target=\"_blank\">[U:1:191651376]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198151917104\" target=\"_blank\">76561198151917104<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 14:25:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-23 14:25:53\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">change nick<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4604\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 420 - 450 of 4967 results | <b><a href=\"index.php?p=banlist&page=14\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=16\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\" selected=\"selected\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e833076cdc1caf5',m:'n.eXhv.fkrYY31CTDSvgS5SBGivvsGHJ_Km.YSEeTNU-1689604295-0-Af6bLotj8LSlUQ0OG8y87NQv+En7HI0Saw3SJdxfXJc7'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e833076cdc1caf5\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=16.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=16.json index fd46dc7..f13875f 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=16.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=16.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:39 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"pragma":["no-cache"],"set-cookie":["PHPSESSID=apre3jahv6sce5l0vp33bjm6bc; path=\/"],"vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"Server-Timing":["cf-q-config;dur=7.9999990703072e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=AbgIIgRAfteJmWRKVu%2BH2kx%2Bk%2F1OgjAF9TxPyfA8z%2BK3slKNbimbeewLDQod5yw76bbsUIz4rxA6hAWB4%2FeNFOkI29nW2mJJf1cV3aCStrIMvaA2ZgLcDTaFv%2Fz%2BBOCDJriV6cPi4BuzsNz3F9oIahJ7aLTGCg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"CF-RAY":["76c02379892e14cb-DUS"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2810<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2810<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2426');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-13 23:24:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnova?\n<\/div>\n<\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnova?\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:532174061\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1064348122]\" target=\"_blank\">[U:1:1064348122]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199024613850\" target=\"_blank\">76561199024613850<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-13 23:24:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-14 23:24:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2426\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2425');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-13 22:10:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n XXXTENTACLES\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nXXXTENTACLES\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:202744035\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:405488070]\" target=\"_blank\">[U:1:405488070]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198365753798\" target=\"_blank\">76561198365753798<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-13 22:10:53<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-13 22:10:53\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2425\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:202744035&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2424');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-13 20:45:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMA MAN\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMA MAN\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:173413416\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:346826833]\" target=\"_blank\">[U:1:346826833]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198307092561\" target=\"_blank\">76561198307092561<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-13 20:45:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-14 20:45:52\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2424\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (11)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-14 06:31:32\">MA MAN<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-14 07:17:50\">MA MAN<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-14 17:47:10\">AIMBOT JR<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-13 20:46:56\">MA MAN<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-14 06:35:54\">MA MAN<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-14 06:58:23\">MA MAN<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-14 06:59:47\">MA MAN<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-14 08:13:48\">AIMBOT JR<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-14 09:02:03\">AIMBOT JR<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-14 17:42:53\">AIMBOT JR<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-14 17:50:30\">AIMBOT JR<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2423');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-13 15:28:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKingArthur ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKingArthur ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714361230\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428722460]\" target=\"_blank\">[U:1:1428722460]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388988188\" target=\"_blank\">76561199388988188<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-13 15:28:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2423\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2422');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-13 11:29:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n+A boldae \u00d0\u00bf\u00d1\u20ac\u00d0\u00be\u00d1\u201e\u00d0\u00b5\u00d1\u0081\u00d1\u0081\u00d0\u00b8\u00d0\u00be\u00d0\u00bd\u00d0\u00b0\u00d0\u00bb\u00d1\u0152\u00d0\u00bd\u00d1\u2039\u00d0\u00b9 \u00d0\u00b8\u00d0\u00b3\u00d1\u20ac\u00d0\u00be\u00d0\u00ba\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n+A boldae \u00d0\u00bf\u00d1\u20ac\u00d0\u00be\u00d1\u201e\u00d0\u00b5\u00d1\u0081\u00d1\u0081\u00d0\u00b8\u00d0\u00be\u00d0\u00bd\u00d0\u00b0\u00d0\u00bb\u00d1\u0152\u00d0\u00bd\u00d1\u2039\u00d0\u00b9 \u00d0\u00b8\u00d0\u00b3\u00d1\u20ac\u00d0\u00be\u00d0\u00ba\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:153516119\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:307032239]\" target=\"_blank\">[U:1:307032239]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198267297967\" target=\"_blank\">76561198267297967<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-13 11:29:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">extreme earrape<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2422\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (9)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-13 12:49:10\">+A boldae \u00d0\u00bf\u00d1\u20ac\u00d0\u00be\u00d1\u201e\u00d0\u00b5\u00d1\u0081\u00d1\u0081\u00d0\u00b8\u00d0\u00be\u00d0\u00bd\u00d0\u00b0\u00d0\u00bb\u00d1\u0152\u00d0\u00bd\u00d1\u2039\u00d0\u00b9 \u00d0\u00b8\u00d0\u00b3\u00d1\u20ac\u00d0\u00be\u00d0\u00ba<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-13 19:01:11\">+A boldae \u00d0\u00bf\u00d1\u20ac\u00d0\u00be\u00d1\u201e\u00d0\u00b5\u00d1\u0081\u00d1\u0081\u00d0\u00b8\u00d0\u00be\u00d0\u00bd\u00d0\u00b0\u00d0\u00bb\u00d1\u0152\u00d0\u00bd\u00d1\u2039\u00d0\u00b9 \u00d0\u00b8\u00d0\u00b3\u00d1\u20ac\u00d0\u00be\u00d0\u00ba<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-14 10:42:23\">+aw \u00d0\u201d\u00d0\u00b6\u00d0\u00b0\u00d0\u00bc\u00d0\u00b8\u00d1\u20ac<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-14 10:48:43\">+aw \u00d0\u201d\u00d0\u00b6\u00d0\u00b0\u00d0\u00bc\u00d0\u00b8\u00d1\u20ac<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-14 12:56:29\">+aw \u00d0\u201d\u00d0\u00b6\u00d0\u00b0\u00d0\u00bc\u00d0\u00b8\u00d1\u20ac<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-17 14:34:19\">+aw \u00d0\u201d\u00d0\u00b6\u00d0\u00b0\u00d0\u00bc\u00d0\u00b8\u00d1\u20ac<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-16 09:04:58\">MAGICAL\u00e2\u2122\u00a6<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-29 12:33:24\">wembert<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-29 12:33:51\">wembert<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2421');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/jp.jpg\" alt=\"JP\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 23:31:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncr\u00d0\u00ben\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncr\u00d0\u00ben\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714294240\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428588480]\" target=\"_blank\">[U:1:1428588480]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388854208\" target=\"_blank\">76561199388854208<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 23:31:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2421\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2420');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 23:28:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDissociate\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDissociate\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:438709456\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:877418912]\" target=\"_blank\">[U:1:877418912]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198837684640\" target=\"_blank\">76561198837684640<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 23:28:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">noob<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2420\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:438709456&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-14 15:03:59\">Dissociate<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-16 00:04:13\">Mia<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2419');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/jp.jpg\" alt=\"JP\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 23:28:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nL\u00d0\u00berd Am I B\u00d0\u00bered\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nL\u00d0\u00berd Am I B\u00d0\u00bered\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714296246\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428592492]\" target=\"_blank\">[U:1:1428592492]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388858220\" target=\"_blank\">76561199388858220<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 23:28:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2419\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2418');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/jp.jpg\" alt=\"JP\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 23:25:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nK\u00d0\u00b0t\u00d0\u00b0shi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nK\u00d0\u00b0t\u00d0\u00b0shi\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:1:714481985\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428963971]\" target=\"_blank\">[U:1:1428963971]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389229699\" target=\"_blank\">76561199389229699<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 23:25:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2418\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-19 23:23:04\">K\u00d0\u00b0t\u00d0\u00b0shi<\/span>\n<\/td>\n<\/tr>\n<\/table>\n <\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2416');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 23:23:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00d0\u017eneWinged\u00d0\u0090ngel\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00d0\u017eneWinged\u00d0\u0090ngel\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:714463121\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428926242]\" target=\"_blank\">[U:1:1428926242]<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389191970\" target=\"_blank\">76561199389191970<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 23:23:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2416\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-27 23:23:27\">D\u00d0\u00b0rKK\u00d0\u00b5n<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2415');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 23:21:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00d1\u0081\u00d1\u2039\u00d0\u00bd \u00d0\u00b1\u00d0\u00bb\u00d1\u008f\u00d0\u00b4\u00d0\u00b8 \u00d0\u00bd\u00d0\u00b0 \u00d0\u00b0\u00d0\u00b4\u00d0\u00bc\u00d0\u00b8\u00d0\u00bd\u00d0\u00b5\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00d1\u0081\u00d1\u2039\u00d0\u00bd \u00d0\u00b1\u00d0\u00bb\u00d1\u008f\u00d0\u00b4\u00d0\u00b8 \u00d0\u00bd\u00d0\u00b0 \u00d0\u00b0\u00d0\u00b4\u00d0\u00bc\u00d0\u00b8\u00d0\u00bd\u00d0\u00b5\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:714624086\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429248172]\" target=\"_blank\">[U:1:1429248172]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389513900\" target=\"_blank\">76561199389513900<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 23:21:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2415\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2414');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 23:19:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDiss\u00d0\u00beciate\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDiss\u00d0\u00beciate\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:714915601\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429831202]\" target=\"_blank\">[U:1:1429831202]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199390096930\" target=\"_blank\">76561199390096930<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 23:19:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2414\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2413');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 23:17:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nProtoR ghostc\u00d0\u00b0p.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nProtoR ghostc\u00d0\u00b0p.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:714692952\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429385904]\" target=\"_blank\">[U:1:1429385904]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389651632\" target=\"_blank\">76561199389651632<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 23:17:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2413\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2412');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 22:16:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nM0chi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nM0chi\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:634355062\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1268710124]\" target=\"_blank\">[U:1:1268710124]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199228975852\" target=\"_blank\">76561199228975852<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 22:16:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-13 22:16:23\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2412\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-13 21:02:24\">M0chi \u00e3\u0192\u201e<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2411');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 20:18:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nzzz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nzzz\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n \n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:241694218\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:483388437]\" target=\"_blank\">[U:1:483388437]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198443654165\" target=\"_blank\">76561198443654165<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 20:18:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-13 20:18:21\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2411\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:1:241694218&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2410');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 19:12:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nI Beat Anorexia\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nI Beat Anorexia\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:245531762\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:491063524]\" target=\"_blank\">[U:1:491063524]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198451329252\" target=\"_blank\">76561198451329252<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 19:12:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-13 19:12:19\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2410\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:245531762&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2409');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/bg.jpg\" alt=\"BG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 18:01:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nUkrainian soldier\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nUkrainian soldier\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:419275273\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:838550547]\" target=\"_blank\">[U:1:838550547]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198798816275\" target=\"_blank\">76561198798816275<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 18:01:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2409\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-12 18:11:35\">Ukrainian soldier<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 12:32:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nD0cC\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">6 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nD0cC\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:714963385\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429926770]\" target=\"_blank\">[U:1:1429926770]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199390192498\" target=\"_blank\">76561199390192498<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 12:32:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">6 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-03-11 12:32:09\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-13 10:06:48\">D0cC ghostcap.com<\/span>\n<\/td>\n<\/tr>\n <\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2407');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-12 12:23:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKADOWWW\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKADOWWW\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:618178477\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1236356954]\" target=\"_blank\">[U:1:1236356954]<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199196622682\" target=\"_blank\">76561199196622682<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-12 12:23:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-12 12:23:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2407\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:618178477&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-24 21:17:15\">KADOWWW<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2406');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 21:49:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ni\u00e4\u00b9\u201elike\u00e4\u00b9\u201elittle\u00e4\u00b9\u201epink\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ni\u00e4\u00b9\u201elike\u00e4\u00b9\u201elittle\u00e4\u00b9\u201epink\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:129285583\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:258571167]\" target=\"_blank\">[U:1:258571167]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198218836895\" target=\"_blank\">76561198218836895<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 21:49:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-12 21:49:44\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Killing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2406\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-12 17:55:11\">i\u00e4\u00b9\u201elike\u00e4\u00b9\u201elittle\u00e4\u00b9\u201epink<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-12 18:03:03\">i\u00e4\u00b9\u201elike\u00e4\u00b9\u201elittle\u00e4\u00b9\u201epink<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-12 20:38:28\">i\u00e4\u00b9\u201elike\u00e4\u00b9\u201elittle\u00e4\u00b9\u201epink<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 21:39:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCan I yoza up ur anuk\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">6 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCan I yoza up ur anuk\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:172590603\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:345181207]\" target=\"_blank\">[U:1:345181207]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198305446935\" target=\"_blank\">76561198305446935<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 21:39:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">6 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-03-10 21:39:46\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2404');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 20:58:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSUBNORMAL\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSUBNORMAL\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:482240811\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:964481622]\" target=\"_blank\">[U:1:964481622]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198924747350\" target=\"_blank\">76561198924747350<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 20:58:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-12 20:58:35\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2404\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2403');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nz.jpg\" alt=\"NZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 20:30:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n Can I yoza up ur anuk\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCan I yoza up ur anuk\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:172590603\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:345181207]\" target=\"_blank\">[U:1:345181207]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198305446935\" target=\"_blank\">76561198305446935<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 20:30:13<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-12 20:30:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2403\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2402');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 20:09:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLimboFF\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLimboFF\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:95573659\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:191147319]\" target=\"_blank\">[U:1:191147319]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198151413047\" target=\"_blank\">76561198151413047<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 20:09:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-11 20:09:10\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2402\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2401');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 17:24:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nYippy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nYippy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:546583555\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1093167110]\" target=\"_blank\">[U:1:1093167110]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199053432838\" target=\"_blank\">76561199053432838<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 17:24:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-12 17:24:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2401\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2400');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 17:05:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLuna Lovegood\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLuna Lovegood\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:693069503\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1386139007]\" target=\"_blank\">[U:1:1386139007]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199346404735\" target=\"_blank\">76561199346404735<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 17:05:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-12 17:05:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2400\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2399');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 13:39:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTravis\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTravis\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714284880\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428569761]\" target=\"_blank\">[U:1:1428569761]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388835489\" target=\"_blank\">76561199388835489<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 13:39:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2399\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-17 22:57:24\">BrokenH<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2398');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 13:27:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nreal milktea aim (ghostcap.com)\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nreal milktea aim (ghostcap.com)\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:712667907\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1425335815]\" target=\"_blank\">[U:1:1425335815]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199385601543\" target=\"_blank\">76561199385601543<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 13:27:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-12 13:27:20\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2398\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:712667907&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2397');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/kh.jpg\" alt=\"KH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 12:07:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #59\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n <tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #59\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:445690556\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:891381113]\" target=\"_blank\">[U:1:891381113]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198851646841\" target=\"_blank\">76561198851646841<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 12:07:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-12 12:07:42\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2397\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2396');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/tw.jpg\" alt=\"TW\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 10:20:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnood ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n <tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnood ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:593496224\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1186992449]\" target=\"_blank\">[U:1:1186992449]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199147258177\" target=\"_blank\">76561199147258177<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 10:20:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-12 10:20:38\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2396\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-11 20:16:02\">nood ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 450 - 480 of 2810 results | <b><a href='index.php?p=banlist&page=15' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=17' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\" selected=\"selected\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76c02379892e14cb',m:'6Q_zKbKZ_cRhQuH_nWEI0Ls8YTBV0pDAhGOflHT6LBY-1668768579-0-AaYAklsJ4jGlB0ZYgTI3hWtKLDONTnRwRnPPWVXiAkIp1Ni5TP0NC7GTY6IizAfWwEqrEUwWjpMAsxd8moHdrLzeTOqNkAF967ppXX+LE\/nVAQw73U0IEBNxHyjMJPJz6puH0UEs8+VoLVy3DnZWFmU=',s:[0x32a8a1c344,0x10d71982e4],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var _cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/cb\/invisible.js?cb=76c02379892e14cb',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76c02379892e14cb\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:31:48 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=0pupa61dr1pk8glm5j99bq5v16; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=107YQKBjBRHhx7xy8uKP6l%2BTjR8jw2831h8Fwj0KJ%2BEHWnibRGN9elSrBYstTTyVMueoaOFpmpnWd5UBgdEcx4eox30LmT84RTzd%2F0BAZmZSymw6rPozjppfiZt%2FHaElz7Jsrr6BOVvZbe9CB3%2BysMZNARdw1w%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8330cf2ffac4c2-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4603');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pl.jpg\" alt=\"PL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-22 14:04:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsulk\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsulk\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:768536298\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1537072597]\" target=\"_blank\">[U:1:1537072597]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199497338325\" target=\"_blank\">76561199497338325<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-22 14:04:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4603\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4602');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nz.jpg\" alt=\"NZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-21 19:16:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nramraidingmaori88\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nramraidingmaori88\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:763104086\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1526208172]\" target=\"_blank\">[U:1:1526208172]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199486473900\" target=\"_blank\">76561199486473900<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-21 19:16:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4602\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-21 19:17:15\">ramraidingmaori88<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4601');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-21 09:48:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nStolen\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nStolen\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:582144723\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1164289447]\" target=\"_blank\">[U:1:1164289447]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199124555175\" target=\"_blank\">76561199124555175<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-21 09:48:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-21 09:48:20\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4601\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4600');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-21 09:41:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFast\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFast\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:746803630\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1493607261]\" target=\"_blank\">[U:1:1493607261]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199453872989\" target=\"_blank\">76561199453872989<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-21 09:41:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4600\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4599');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-21 03:29:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNaTTanZIN!\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNaTTanZIN!\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:158334436\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:316668873]\" target=\"_blank\">[U:1:316668873]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198276934601\" target=\"_blank\">76561198276934601<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-21 03:29:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-04-20 03:29:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4599\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4598');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-21 02:38:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ngum\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ngum\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:767621844\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1535243688]\" target=\"_blank\">[U:1:1535243688]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199495509416\" target=\"_blank\">76561199495509416<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-21 02:38:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4598\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4597');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/bg.jpg\" alt=\"BG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-21 02:16:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPoker\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPoker\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:767827267\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1535654535]\" target=\"_blank\">[U:1:1535654535]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199495920263\" target=\"_blank\">76561199495920263<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-21 02:16:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-21 02:16:15\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4597\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-21 00:28:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnguyenhang\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnguyenhang\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:245568199\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:491136399]\" target=\"_blank\">[U:1:491136399]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198451402127\" target=\"_blank\">76561198451402127<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-21 00:28:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Wallhack<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-01 09:01:25\">nguyenhang<\/span>, <span title=\"Server: :, Date: 2023-05-02 13:49:41\">notscholar<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4595');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-20 23:44:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nboboaim\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nboboaim\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:732126944\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1464253889]\" target=\"_blank\">[U:1:1464253889]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199424519617\" target=\"_blank\">76561199424519617<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-20 23:44:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-21 23:44:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4595\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:732126944&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-21 23:06:53\">boboaim<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4594');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-20 21:58:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnestle kitkat\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnestle kitkat\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:193844210\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:387688421]\" target=\"_blank\">[U:1:387688421]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198347954149\" target=\"_blank\">76561198347954149<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-20 21:58:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-21 21:58:20\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4594\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:193844210&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4593');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-20 20:26:58<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nShuni\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">2 hr, 40 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nShuni\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:503356571\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1006713143]\" target=\"_blank\">[U:1:1006713143]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198966978871\" target=\"_blank\">76561198966978871<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-20 20:26:58<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">2 hr, 40 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-20 23:06:58\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">inflating<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4593\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 20:37:43\">Shuni<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 21:58:36\">Shuni<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4592');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nz.jpg\" alt=\"NZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-20 19:49:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nward\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nward\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:85675856\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:171351713]\" target=\"_blank\">[U:1:171351713]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198131617441\" target=\"_blank\">76561198131617441<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-20 19:49:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\npaid me to get unbanned\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Movement Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4592\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:85675856&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4591');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-20 03:44:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDomino\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDomino\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:593721848\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1187443697]\" target=\"_blank\">[U:1:1187443697]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199147709425\" target=\"_blank\">76561199147709425<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-20 03:44:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4591\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4590');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-19 18:42:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n....\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n....\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:765385060\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1530770121]\" target=\"_blank\">[U:1:1530770121]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491035849\" target=\"_blank\">76561199491035849<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-19 18:42:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4590\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4589');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/dk.jpg\" alt=\"DK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-19 18:07:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMini\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMini\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:707670616\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1415341232]\" target=\"_blank\">[U:1:1415341232]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199375606960\" target=\"_blank\">76561199375606960<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-19 18:07:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4589\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4588');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-19 17:13:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBabyBear\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBabyBear\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:71355677\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:142711354]\" target=\"_blank\">[U:1:142711354]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198102977082\" target=\"_blank\">76561198102977082<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-19 17:13:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-20 17:13:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4588\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4587');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-19 16:36:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsaqib khan ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsaqib khan ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:523808901\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1047617803]\" target=\"_blank\">[U:1:1047617803]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199007883531\" target=\"_blank\">76561199007883531<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-19 16:36:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nUnbanned\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-26 16:36:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">ignore staff<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4587\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_0:1:523808901&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (54)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-19 16:37:14\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-19 16:38:07\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-19 16:43:35\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 05:16:59\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 07:00:23\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 08:18:32\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 08:39:45\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 08:50:56\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 10:06:42\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 10:21:07\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 10:34:34\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 10:40:35\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 10:40:51\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 11:06:55\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 11:36:09\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 11:57:28\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 12:04:15\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 12:17:01\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 12:27:12\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 12:45:14\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 13:02:31\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 13:33:05\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 13:34:35\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 13:38:10\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 13:44:51\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 14:48:41\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 15:23:17\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 15:31:59\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 16:32:55\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-20 17:16:01\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 05:38:59\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 05:47:19\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 05:53:33\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 06:02:39\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 06:50:24\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 07:35:33\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 07:42:02\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 08:27:46\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 08:34:57\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 10:56:19\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 11:18:50\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 11:31:22\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 11:37:48\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 12:19:38\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 12:28:36\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 13:59:08\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-22 03:32:31\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-22 03:45:00\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-22 04:45:08\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-22 14:25:52\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-22 17:16:26\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-22 17:33:29\">saqib khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-22 17:43:56\">saqib khan ghostcap.com<\/span>, <span title=\"Server: :, Date: 2023-04-22 05:38:53\">saqib khan ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4586');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-19 14:22:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRetern\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRetern\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:764734998\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1529469997]\" target=\"_blank\">[U:1:1529469997]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199489735725\" target=\"_blank\">76561199489735725<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-19 14:22:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4586\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4585');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-19 03:24:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntwkz_12\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntwkz_12\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:767318145\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1534636290]\" target=\"_blank\">[U:1:1534636290]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199494902018\" target=\"_blank\">76561199494902018<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-19 03:24:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4585\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4584');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-18 21:45:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmello\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmello\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:504029926\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1008059852]\" target=\"_blank\">[U:1:1008059852]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198968325580\" target=\"_blank\">76561198968325580<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-18 21:45:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4584\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4583');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-18 17:30:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n76561198282444310\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n76561198282444310\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:161089291\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:322178582]\" target=\"_blank\">[U:1:322178582]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198282444310\" target=\"_blank\">76561198282444310<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-18 17:30:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-25 17:30:15\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">we dont welcome racist ppl<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4583\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4582');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-18 13:02:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njimmymjj68 ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk, 12 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njimmymjj68 ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:244598986\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:489197973]\" target=\"_blank\">[U:1:489197973]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198449463701\" target=\"_blank\">76561198449463701<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-18 13:02:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk, 12 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-26 01:02:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">toxic to staff<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4582\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-18 13:03:00\">jimmymjj68 ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-18 14:23:20\">jimmymjj68 ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-21 03:17:11\">jimmymak ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-23 01:40:38\">jimmymjj68 ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4581');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ma.jpg\" alt=\"MA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-18 12:03:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nELPATROUN\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk, 12 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nELPATROUN\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:457316819\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:914633638]\" target=\"_blank\">[U:1:914633638]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198874899366\" target=\"_blank\">76561198874899366<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-18 12:03:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk, 12 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-26 00:03:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Dont say N Word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4581\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4580');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-18 10:34:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCat Piss\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCat Piss\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:768164436\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1536328872]\" target=\"_blank\">[U:1:1536328872]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199496594600\" target=\"_blank\">76561199496594600<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-18 10:34:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4580\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4579');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-18 10:09:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBrokeTriumph\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBrokeTriumph\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:101690834\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:203381669]\" target=\"_blank\">[U:1:203381669]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198163647397\" target=\"_blank\">76561198163647397<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-18 10:09:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-19 10:09:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4579\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4578');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-18 09:56:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLxst\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLxst\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:633776170\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1267552341]\" target=\"_blank\">[U:1:1267552341]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199227818069\" target=\"_blank\">76561199227818069<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-18 09:56:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4578\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4577');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-18 09:14:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHorniebanana\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHorniebanana\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:564255748\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1128511496]\" target=\"_blank\">[U:1:1128511496]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199088777224\" target=\"_blank\">76561199088777224<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-18 09:14:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-19 09:14:47\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4577\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4576');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/mx.jpg\" alt=\"MX\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-18 06:05:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nangeljajax\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nangeljajax\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:766660734\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1533321468]\" target=\"_blank\">[U:1:1533321468]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199493587196\" target=\"_blank\">76561199493587196<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-18 06:05:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4576\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4575');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-17 21:23:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSimpl00\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSimpl00\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:767924077\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1535848154]\" target=\"_blank\">[U:1:1535848154]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199496113882\" target=\"_blank\">76561199496113882<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-17 21:23:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4575\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4574');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-17 21:21:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKenyoki\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKenyoki\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:191614525\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:383229050]\" target=\"_blank\">[U:1:383229050]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198343494778\" target=\"_blank\">76561198343494778<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-17 21:21:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-17 21:21:07\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Language<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4574\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-21 23:11:04\">Kenyoki<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 450 - 480 of 4967 results | <b><a href=\"index.php?p=banlist&page=15\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=17\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\" selected=\"selected\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8330cf2ffac4c2',m:'sjzdwqs1j9.igTZzTw9ZWi8A6iXNmYVQw3NFAbePRf0-1689604308-0-AfCdYtQm5\/14t2guc2werkXvwjHgfwuBsXpmbRFJWXvA'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8330cf2ffac4c2\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=17.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=17.json index 694397a..8450ce8 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=17.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=17.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:51:42 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"pragma":["no-cache"],"set-cookie":["PHPSESSID=c4h95al0b0td9dtkovvq8gbk3h; path=\/"],"vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"Server-Timing":["cf-q-config;dur=6.0000020312145e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=ESBw2n045An8MKHrBxO%2BMINT%2BLoKvRzcdDyFwcHkWgWDNbT9D2b6f1PjUKBLaYJYZAS5vQ8B%2BnH06d6BTioIs9jB3vIBz4zSTjEZXNqYVLqsI70dYzEJ4tcH2D79Nbeypa7i87yfdXzbdf5J2bHfbKDuNFnUHQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"CF-RAY":["76c0267e0a2bcae1-DUS"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2810<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2810<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2395');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 07:14:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #20\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #20\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:639292833\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1278585667]\" target=\"_blank\">[U:1:1278585667]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199238851395\" target=\"_blank\">76561199238851395<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 07:14:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-11 07:14:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2395\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25580, Date: 2022-09-25 21:13:46\">.<\/span>, <span title=\"Server: 51.79.162.166:25580, Date: 2022-09-27 19:35:18\">.<\/span>, <span title=\"Server: 51.79.162.166:25580, Date: 2022-10-06 17:58:51\">.<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2394');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-11 01:34:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncsgnuts1\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncsgnuts1\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:713771497\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1427542994]\" target=\"_blank\">[U:1:1427542994]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199387808722\" target=\"_blank\">76561199387808722<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-11 01:34:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-11 01:34:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2394\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2393');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 22:43:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLuffy (l)\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLuffy (l)\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:621160082\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1242320165]\" target=\"_blank\">[U:1:1242320165]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199202585893\" target=\"_blank\">76561199202585893<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 22:43:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2393\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-10 22:46:46\">Luffy (l\u00e1\u00bb\u008f)<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-30 20:25:13\">Luffy (l\u00e1\u00bb\u008f)<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-02 13:56:52\">Luffy (l\u00e1\u00bb\u008f)<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-08 20:56:26\">Luffy (l\u00e1\u00bb\u008f)<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-10 22:47:21\">Luffy (l\u00e1\u00bb\u008f)<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2392');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 21:37:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmaarko\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmaarko\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714845545\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429691090]\" target=\"_blank\">[U:1:1429691090]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389956818\" target=\"_blank\">76561199389956818<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 21:37:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_ragdoll_gravity<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2392\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2391');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 21:08:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWspainTeNsse42 ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWspainTeNsse42 ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:705309391\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1410618783]\" target=\"_blank\">[U:1:1410618783]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199370884511\" target=\"_blank\">76561199370884511<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 21:08:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-17 21:08:35\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">trolling<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2391\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (8)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-14 08:53:22\">Dominatrix223Fnatic<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-11 19:41:22\">Dominatrix223Fnatic<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-11 19:41:44\">Dominatrix223Fnatic<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-10 23:52:16\">WspainTeNsse42 ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-12 20:39:00\">Dominatrix223Fnatic<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-13 18:15:18\">Dominatrix223Fnatic<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-15 19:18:40\">Dominatrix223Fnatic<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-17 12:33:34\">Dominatrix223Fnatic<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2390');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 21:02:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n-Ope1x\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n-Ope1x\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n \n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:44551964\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:89103929]\" target=\"_blank\">[U:1:89103929]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198049369657\" target=\"_blank\">76561198049369657<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 21:02:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2390\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2389');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 19:01:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRobux\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRobux\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714020866\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428041732]\" target=\"_blank\">[U:1:1428041732]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388307460\" target=\"_blank\">76561199388307460<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 19:01:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-10 19:01:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2389\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2388');\">\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 18:07:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n(1)ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n(1)ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:626538445\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1253076891]\" target=\"_blank\">[U:1:1253076891]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199213342619\" target=\"_blank\">76561199213342619<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 18:07:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-11 18:07:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2388\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">12 <a href='index.php?p=banlist&searchText=STEAM_1:1:626538445&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-11 06:53:01\">ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2387');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 17:55:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSketch\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSketch\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:158718799\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:317437598]\" target=\"_blank\">[U:1:317437598]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198277703326\" target=\"_blank\">76561198277703326<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 17:55:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-11 17:55:20\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2387\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-10 18:00:33\">Sketch<\/span>\n <\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2386');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 17:44:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nXOR\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nXOR\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:178780973\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:357561947]\" target=\"_blank\">[U:1:357561947]<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198317827675\" target=\"_blank\">76561198317827675<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 17:44:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">aimlock<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2386\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-26 17:12:20\">XOR<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2385');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 16:30:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nThe Flash\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nThe Flash\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:630708441\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1261416882]\" target=\"_blank\">[U:1:1261416882]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199221682610\" target=\"_blank\">76561199221682610<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 16:30:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-11 16:30:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">n word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2385\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:630708441&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-10 21:51:25\">The Flash \u00e2\u0161\u00a1<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 16:23:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nvIGILANT\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nvIGILANT\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:598307673\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1196615346]\" target=\"_blank\">[U:1:1196615346]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199156881074\" target=\"_blank\">76561199156881074<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 16:23:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-10 16:31:41\">vIGILIAN<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-11 15:36:39\">Hitman Reborn<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-11 19:47:33\">Fortinaiti<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 15:54:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWCNM\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWCNM\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:614219278\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1228438556]\" target=\"_blank\">[U:1:1228438556]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199188704284\" target=\"_blank\">76561199188704284<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 15:54:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Cheating<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-10 16:10:22\">WCNM ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-10 23:30:50\">WCNM ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2382');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 15:02:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfunny eGirl lol haha\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfunny eGirl lol haha\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:611213006\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1222426013]\" target=\"_blank\">[U:1:1222426013]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199182691741\" target=\"_blank\">76561199182691741<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 15:02:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2382\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2381');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 14:31:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nscrim\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nscrim\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:464955341\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:929910683]\" target=\"_blank\">[U:1:929910683]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198890176411\" target=\"_blank\">76561198890176411<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 14:31:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment, toxic, play elsewhere<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2381\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2379');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 14:21:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmushrooom\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmushrooom\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:508446089\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1016892179]\" target=\"_blank\">[U:1:1016892179]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198977157907\" target=\"_blank\">76561198977157907<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 14:21:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-10 14:21:24\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2379\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 13:31:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nChad Diver\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nChad Diver\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:17901134\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:35802268]\" target=\"_blank\">[U:1:35802268]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561197996067996\" target=\"_blank\">76561197996067996<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 13:31:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-10 13:31:50\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">n word+toxic<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 13:21:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nV\u00c5\u00a9 Tr\u00c3\u00ad Ba T\u00c3\u00a1 Tr\u00e1\u00bb\u00a3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nV\u00c5\u00a9 Tr\u00c3\u00ad Ba T\u00c3\u00a1 Tr\u00e1\u00bb\u00a3\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:243780810\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:487561621]\" target=\"_blank\">[U:1:487561621]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198447827349\" target=\"_blank\">76561198447827349<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 13:21:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-11 13:21:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Unsportsmanlike Conduct<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2376');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 13:06:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDesertFox134\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDesertFox134\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:532633308\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1065266616]\" target=\"_blank\">[U:1:1065266616]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199025532344\" target=\"_blank\">76561199025532344<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 13:06:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-11 13:06:36\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">n word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2376\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n <\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2375');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 12:33:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nChad Diver\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nChad Diver\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:17901134\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:35802268]\" target=\"_blank\">[U:1:35802268]<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561197996067996\" target=\"_blank\">76561197996067996<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 12:33:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-11 12:33:30\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">toxic<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2375\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2374');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 02:52:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFURIOUSSS china version\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFURIOUSSS china version\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:618226747\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1236453494]\" target=\"_blank\">[U:1:1236453494]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199196719222\" target=\"_blank\">76561199196719222<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 02:52:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-11 02:52:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2374\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2373');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 02:33:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nYoung Age\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nYoung Age\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:434352804\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:868705608]\" target=\"_blank\">[U:1:868705608]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198828971336\" target=\"_blank\">76561198828971336<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 02:33:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-11 02:33:52\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2373\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-11 02:01:22\">Young Age<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-11 02:24:20\">Young Age<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-11 02:32:32\">Young Age<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2372');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-10 02:18:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nZass\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nZass\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:710938414\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1421876828]\" target=\"_blank\">[U:1:1421876828]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199382142556\" target=\"_blank\">76561199382142556<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-10 02:18:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-10 02:18:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2372\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-14 16:37:05\">Zass<\/span>\n<\/td>\n <\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2371');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-09 23:00:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nb6ry8-\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nb6ry8-\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:193042725\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:386085451]\" target=\"_blank\">[U:1:386085451]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198346351179\" target=\"_blank\">76561198346351179<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-09 23:00:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">aimlock and walling<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2371\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-20 05:17:22\">T O B I<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-20 09:03:33\">T O B I<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-09 21:12:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nEmma\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nEmma\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:17507352\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:35014705]\" target=\"_blank\">[U:1:35014705]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561197995280433\" target=\"_blank\">76561197995280433<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-09-09 21:12:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Cheating<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 21:58:58\">furry<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2369');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-09 21:01:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDenn1s\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDenn1s\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:443617986\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:887235972]\" target=\"_blank\">[U:1:887235972]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198847501700\" target=\"_blank\">76561198847501700<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-09 21:01:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-10 21:01:08\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2369\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2367');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-09 19:24:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDYNZ ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDYNZ ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:712082455\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1424164911]\" target=\"_blank\">[U:1:1424164911]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199384430639\" target=\"_blank\">76561199384430639<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-09 19:24:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bhopscript<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2367\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-09 19:24:47\">DYNZ ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2366');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-09 19:18:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPoteto Putetu\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPoteto Putetu\n <\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:22879234\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:45758468]\" target=\"_blank\">[U:1:45758468]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198006024196\" target=\"_blank\">76561198006024196<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-09 19:18:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-16 19:18:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">by passing chat filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2366\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:22879234&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-16 15:40:38\">\u00e2\u0153\u00aa Poteto Putetu<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-16 19:12:18\">\u00e2\u0153\u00aa Poteto Putetu<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2365');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-09 16:39:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmusibot\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmusibot\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:52652615\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:105305231]\" target=\"_blank\">[U:1:105305231]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198065570959\" target=\"_blank\">76561198065570959<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-09 16:39:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-10 16:39:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2365\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-09 16:44:18\">musibot<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2364');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-09 15:27:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfiyurous\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfiyurous\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:228075734\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:456151469]\" target=\"_blank\">[U:1:456151469]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198416417197\" target=\"_blank\">76561198416417197<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-09 15:27:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">alt and cheating<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2364\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 480 - 510 of 2810 results | <b><a href='index.php?p=banlist&page=16' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=18' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\" selected=\"selected\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76c0267e0a2bcae1',m:'wITgss92HuPxZFTxZRXzNLuzXSncxvbxPzOUyVKzi5Y-1668768702-0-AcCW37YYP\/zDddv+KAIkTKUAl7nQzow+EMCUXBziTpSlajXNUxbHJKei3VY2EGKfqjRxK2qLl9OeqV5Z2ImXTbYWgJpcXZ3xjy1RifAp3Ux43MUmJxFTxUCZ2c5iCGjZ+99UtQ\/2OU+7ae2pYWnODL4=',s:[0x23402a90c5,0x343e111047],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76c0267e0a2bcae1\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:33:17 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=dtc6k0p9rq1af3d7ib322rgnab; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=fxt%2FGf31q6bPR%2BjV2HSrD7qMaollPJFkrnyp0boNvgCaADsmfHqOxtf1DrFt4GVOarjV2DB4Z%2FxNz%2BRKjC1%2FlWREIHkOHrJ0Kxl8PiX9ZHjHtPuzXy6bhO2I8k2bmbVGVVEl5AiyzptatnMPDH1Kdp6xQehiBA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8332f66fd9215d-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4573');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-17 14:28:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nrich\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nrich\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:765770899\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1531541799]\" target=\"_blank\">[U:1:1531541799]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491807527\" target=\"_blank\">76561199491807527<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-17 14:28:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4573\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4572');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/mx.jpg\" alt=\"MX\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-17 10:26:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSirBaudelure\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSirBaudelure\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:734695599\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1469391199]\" target=\"_blank\">[U:1:1469391199]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199429656927\" target=\"_blank\">76561199429656927<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-17 10:26:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-18 10:26:49\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4572\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4571');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-17 10:26:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbrandon\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbrandon\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:141079424\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:282158848]\" target=\"_blank\">[U:1:282158848]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198242424576\" target=\"_blank\">76561198242424576<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-17 10:26:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-18 10:26:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4571\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4570');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-17 10:24:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nwatermelon\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwatermelon\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:636623737\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1273247474]\" target=\"_blank\">[U:1:1273247474]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199233513202\" target=\"_blank\">76561199233513202<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-17 10:24:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-04-16 10:24:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4570\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4569');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-17 04:49:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nxvr\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nxvr\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:432070588\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:864141176]\" target=\"_blank\">[U:1:864141176]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198824406904\" target=\"_blank\">76561198824406904<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-17 04:49:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-18 04:49:29\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4569\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-17 06:57:16\">xvr<\/span>, <span title=\"Server: :, Date: 2023-04-17 07:11:20\">xvr<\/span>, <span title=\"Server: :, Date: 2023-04-17 10:25:49\">xvr<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4568');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-17 04:17:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHolmes\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHolmes\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:179945953\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:359891907]\" target=\"_blank\">[U:1:359891907]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198320157635\" target=\"_blank\">76561198320157635<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-17 04:17:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4568\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4567');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/es.jpg\" alt=\"ES\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-16 22:34:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndcxrr\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndcxrr\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:768283371\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1536566743]\" target=\"_blank\">[U:1:1536566743]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199496832471\" target=\"_blank\">76561199496832471<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-16 22:34:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4567\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4566');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-16 15:04:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\na hopeless romantic all my life\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\na hopeless romantic all my life\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:629040700\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1258081400]\" target=\"_blank\">[U:1:1258081400]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199218347128\" target=\"_blank\">76561199218347128<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-16 15:04:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4566\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-13 11:27:17\">evan<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-20 15:06:31\">Playboi Evan<\/span>, <span title=\"Server: :, Date: 2023-04-18 12:34:42\">0<\/span>, <span title=\"Server: :, Date: 2023-05-09 19:26:08\">evan<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(15, 'id', 'host_4565');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-16 14:51:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFartsniffer47\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFartsniffer47\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:709836856\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1419673712]\" target=\"_blank\">[U:1:1419673712]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199379939440\" target=\"_blank\">76561199379939440<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-16 14:51:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-17 14:51:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4565\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(15, 'id', 'host_4564');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-16 14:50:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJeremy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJeremy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:156255770\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:312511540]\" target=\"_blank\">[U:1:312511540]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198272777268\" target=\"_blank\">76561198272777268<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-16 14:50:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-17 14:50:01\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4564\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4563');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-16 13:24:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbeyond\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbeyond\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:504173124\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1008346248]\" target=\"_blank\">[U:1:1008346248]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198968611976\" target=\"_blank\">76561198968611976<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-16 13:24:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4563\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-16 13:25:36\">beyond<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4562');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sk.jpg\" alt=\"SK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-16 00:32:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLifeDontMatter\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLifeDontMatter\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:756897923\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1513795846]\" target=\"_blank\">[U:1:1513795846]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199474061574\" target=\"_blank\">76561199474061574<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-16 00:32:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">nword\/spamming\/hate in speech<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4562\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-16 00:32:40\">LifeDontMatter<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4561');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-15 23:49:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSGT.DONPEPOT\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSGT.DONPEPOT\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:552974844\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1105949689]\" target=\"_blank\">[U:1:1105949689]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199066215417\" target=\"_blank\">76561199066215417<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-15 23:49:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4561\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-15 23:52:39\">SGT.DONPEPOT<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-16 17:20:00\">SGT.DONPEPOT<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4560');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-15 18:58:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #515\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #515\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:764360860\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1528721721]\" target=\"_blank\">[U:1:1528721721]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199488987449\" target=\"_blank\">76561199488987449<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-15 18:58:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4560\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4559');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-15 17:52:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSKUXY\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSKUXY\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:767884849\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1535769699]\" target=\"_blank\">[U:1:1535769699]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199496035427\" target=\"_blank\">76561199496035427<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-15 17:52:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4559\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4558');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-15 12:42:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ninNoutworker\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ninNoutworker\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:766475191\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1532950383]\" target=\"_blank\">[U:1:1532950383]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199493216111\" target=\"_blank\">76561199493216111<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-15 12:42:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4558\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4557');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-15 11:39:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKaitzer\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKaitzer\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:566251477\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1132502955]\" target=\"_blank\">[U:1:1132502955]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199092768683\" target=\"_blank\">76561199092768683<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-15 11:39:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4557\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4556');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-15 05:49:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nclosss\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nclosss\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:756496447\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1512992894]\" target=\"_blank\">[U:1:1512992894]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199473258622\" target=\"_blank\">76561199473258622<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-15 05:49:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4556\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4555');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-14 17:16:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDoremonSyizuke\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDoremonSyizuke\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:763826804\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1527653609]\" target=\"_blank\">[U:1:1527653609]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199487919337\" target=\"_blank\">76561199487919337<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-14 17:16:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-14 17:16:50\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4555\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4554');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-14 16:48:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNoHacksJustGFuel\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNoHacksJustGFuel\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:602941247\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1205882495]\" target=\"_blank\">[U:1:1205882495]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199166148223\" target=\"_blank\">76561199166148223<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-14 16:48:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4554\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4553');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-14 11:00:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nepazalts\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nepazalts\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:215588910\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:431177821]\" target=\"_blank\">[U:1:431177821]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198391443549\" target=\"_blank\">76561198391443549<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-14 11:00:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4553\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-15 13:45:32\">epazalts<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4552');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/mk.jpg\" alt=\"MK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-14 02:41:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGoni\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGoni\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:585549713\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1171099427]\" target=\"_blank\">[U:1:1171099427]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199131365155\" target=\"_blank\">76561199131365155<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-14 02:41:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-15 02:41:57\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4552\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-14 19:07:59\">Goni<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4551');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/mk.jpg\" alt=\"MK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-14 02:41:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMartin\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMartin\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:740496338\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1480992677]\" target=\"_blank\">[U:1:1480992677]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199441258405\" target=\"_blank\">76561199441258405<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-14 02:41:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-15 02:41:54\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4551\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-15 00:48:01\">Martin<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4550');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-13 20:48:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nodieTensei\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nodieTensei\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:230297933\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:460595867]\" target=\"_blank\">[U:1:460595867]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198420861595\" target=\"_blank\">76561198420861595<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-13 20:48:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-14 20:48:36\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4550\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-13 20:51:00\">odieTensei<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-13 21:48:58\">odieTensei<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 17:09:10\">odieTensei<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-13 20:50:05\">odieTensei<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4549');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-13 14:52:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmy games moment ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmy games moment ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:523808901\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1047617803]\" target=\"_blank\">[U:1:1047617803]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199007883531\" target=\"_blank\">76561199007883531<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-13 14:52:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nUnbanned\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">impersonating another player<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4549\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (19)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-13 14:52:39\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-13 14:58:12\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-13 15:16:26\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 01:42:27\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 01:51:52\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 02:13:30\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 02:21:58\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 06:16:51\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 06:17:09\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 06:23:06\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 06:48:56\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 07:26:12\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 07:28:27\">my games moment ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 07:35:31\">anas khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 08:17:17\">anas khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 08:27:20\">anas khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 08:40:22\">anas khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 08:59:09\">anas khan ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-14 09:08:30\">anas khan ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4548');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-13 12:51:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nherobrian\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nherobrian\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:89653767\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:179307535]\" target=\"_blank\">[U:1:179307535]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198139573263\" target=\"_blank\">76561198139573263<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-13 12:51:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-14 12:51:16\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4548\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4547');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-13 10:45:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nz1p 2\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nz1p 2\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:100342054\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:200684109]\" target=\"_blank\">[U:1:200684109]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198160949837\" target=\"_blank\">76561198160949837<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-13 10:45:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4547\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4546');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-13 03:00:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nweb\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nweb\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:2062157\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:4124314]\" target=\"_blank\">[U:1:4124314]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561197964390042\" target=\"_blank\">76561197964390042<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-13 03:00:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4546\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4545');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hu.jpg\" alt=\"HU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-13 02:38:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndrim\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndrim\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:605486215\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1210972430]\" target=\"_blank\">[U:1:1210972430]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199171238158\" target=\"_blank\">76561199171238158<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-13 02:38:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-14 02:38:08\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4545\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-13 21:18:31\">drim<\/span>, <span title=\"Server: :, Date: 2023-04-13 21:11:15\">drim<\/span>, <span title=\"Server: :, Date: 2023-04-14 00:58:50\">drim<\/span>, <span title=\"Server: :, Date: 2023-04-14 01:48:55\">drim<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4544');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-13 02:29:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nlogic.\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nlogic.\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:760294414\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1520588828]\" target=\"_blank\">[U:1:1520588828]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199480854556\" target=\"_blank\">76561199480854556<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-13 02:29:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4544\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 480 - 510 of 4967 results | <b><a href=\"index.php?p=banlist&page=16\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=18\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\" selected=\"selected\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8332f66fd9215d',m:'XuYKPqayMdUWSLoyOA9OqD3HLaUHW9qRV9hzg5iYafo-1689604397-0-AeoJ6Evus3dQkCwf5ZhhY8m8SWOrPplxlFPbqfGh8fcV'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8332f66fd9215d\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=18.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=18.json index 9b3c0d0..4a1a6f2 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=18.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=18.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:48:35 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"pragma":["no-cache"],"set-cookie":["PHPSESSID=bpel79uc8ighnnr70c8hde4dck; path=\/"],"vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"Server-Timing":["cf-q-config;dur=8.000002708286e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=ss%2BIVad9WTcIW55avHh9SCt6eH%2BySSbRP0aaIkWBM3JvU8o1j6dS7q2oh8pk7cbGFdduS1RqsSfeRJUL%2BxqL3OLR690q8wKzJoGQJzX8hk6wFnMcU0dREeLk7%2BvnQOOdB2tqKRkQh2bYr14Ttd2DFRC%2B2%2F86RQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"CF-RAY":["76c021df8c84fadf-DUS"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2810<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2810<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2362');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/kh.jpg\" alt=\"KH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-09 12:44:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nunnamed\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nunnamed\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714741406\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429482813]\" target=\"_blank\">[U:1:1429482813]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389748541\" target=\"_blank\">76561199389748541<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-09 12:44:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2362\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-14 13:41:33\">Z!cK<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 12:46:02\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 13:12:49\">unnamed<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2361');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-09 12:31:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntrunghanha\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntrunghanha\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:607483394\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1214966788]\" target=\"_blank\">[U:1:1214966788]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199175232516\" target=\"_blank\">76561199175232516<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-09 12:31:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-10 12:31:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">anti afk even have been warned<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2361\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-09 12:31:23\">trunghanha<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-09 13:02:01\">trunghanha<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-09 17:46:31\">trunghanha<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-10 08:25:48\">trunghanha<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-10 10:39:36\">trunghanha<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2360');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-09 11:38:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGianGaey\n<\/div>\n<\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGianGaey\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:621193953\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1242387907]\" target=\"_blank\">[U:1:1242387907]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199202653635\" target=\"_blank\">76561199202653635<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-09 11:38:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-10 11:38:21\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2360\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2359');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-09 11:27:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n cr1minal ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncr1minal ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:581036412\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1162072825]\" target=\"_blank\">[U:1:1162072825]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199122338553\" target=\"_blank\">76561199122338553<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-09 11:27:33<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-10 11:27:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2359\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:581036412&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-09 11:30:57\">cr1minal ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-09 15:29:24\">cr1minal ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-10 10:42:26\">cr1minal ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 13:28:22\">cr1minal ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2358');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-09 00:25:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnomad\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnomad\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:551939302\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1103878604]\" target=\"_blank\">[U:1:1103878604]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/76561199064144332\" target=\"_blank\">76561199064144332<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-09 00:25:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-10 00:25:56\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2358\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n <\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-08 22:16:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nwantap\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwantap\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:141716127\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:283432254]\" target=\"_blank\">[U:1:283432254]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198243697982\" target=\"_blank\">76561198243697982<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-08 22:16:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 22:16:35\">wantap<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2356');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-08 19:57:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njoe\n <\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njoe\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714326497\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428652994]\" target=\"_blank\">[U:1:1428652994]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388918722\" target=\"_blank\">76561199388918722<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-08 19:57:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-08 19:57:53\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2356\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2355');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-08 19:26:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMie\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMie\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714765441\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429530883]\" target=\"_blank\">[U:1:1429530883]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389796611\" target=\"_blank\">76561199389796611<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-08 19:26:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-08 19:26:50\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2355\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2354');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-08 19:01:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ns2c1_reis\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ns2c1_reis\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714525658\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1429051317]\" target=\"_blank\">[U:1:1429051317]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389317045\" target=\"_blank\">76561199389317045<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-08 19:01:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-08 19:01:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2354\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2353');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-08 18:46:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSnuwieNuKei\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSnuwieNuKei\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:22879234\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:45758468]\" target=\"_blank\">[U:1:45758468]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198006024196\" target=\"_blank\">76561198006024196<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-08 18:46:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-09 18:46:52\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2353\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:22879234&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-08 17:08:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDog\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDog\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:97353449\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:194706899]\" target=\"_blank\">[U:1:194706899]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198154972627\" target=\"_blank\">76561198154972627<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-08 17:08:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-15 17:08:34\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-08 17:10:15\">Dog ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 17:08:59\">Dog ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-12 14:48:59\">Dog ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-14 17:02:58\">Dog ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25580, Date: 2022-09-10 12:37:42\">Dog ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2351');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-08 15:53:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnook\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnook\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:614587043\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1229174087]\" target=\"_blank\">[U:1:1229174087]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199189439815\" target=\"_blank\">76561199189439815<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-08 15:53:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-09 15:53:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2351\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:614587043&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-08 15:53:56\">nook<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 15:56:28\">nook<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2350');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/lk.jpg\" alt=\"LK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-08 14:11:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTop Groomer\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTop Groomer\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:152484541\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:304969083]\" target=\"_blank\">[U:1:304969083]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198265234811\" target=\"_blank\">76561198265234811<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-08 14:11:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-09 14:11:46\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2350\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:152484541&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (7)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 14:11:58\">Top Groomer<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 15:39:00\">Pan1c<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 11:29:26\">Top G(roomer)<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 12:13:22\">Top G(roomer)<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 13:18:43\">Top G(roomer)<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 13:24:02\">Top G(roomer)<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 13:57:25\">Top G(roomer)<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2349');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/nl.jpg\" alt=\"NL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-08 10:56:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n<.<\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<.<\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:560865824\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1121731648]\" target=\"_blank\">[U:1:1121731648]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199081997376\" target=\"_blank\">76561199081997376<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-08 10:56:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-08 10:56:01\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Invalid ConVar Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2349\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2347');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 23:59:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nskaka\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n \n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nskaka\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:568609781\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1137219562]\" target=\"_blank\">[U:1:1137219562]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199097485290\" target=\"_blank\">76561199097485290<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 23:59:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-07 23:59:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2347\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2346');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 23:27:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDemo Of Cinder\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDemo Of Cinder\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:163984044\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:327968088]\" target=\"_blank\">[U:1:327968088]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198288233816\" target=\"_blank\">76561198288233816<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 23:27:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwrong command\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">troll<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2346\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2345');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 22:28:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAnya ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAnya ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:566608109\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1133216219]\" target=\"_blank\">[U:1:1133216219]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199093481947\" target=\"_blank\">76561199093481947<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 22:28:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-08 22:28:09\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2345\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2344');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 22:23:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nwow das so krazy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwow das so krazy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:597639379\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1195278759]\" target=\"_blank\">[U:1:1195278759]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199155544487\" target=\"_blank\">76561199155544487<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 22:23:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Wallhack<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2344\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2343');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 21:45:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDer Fhrer\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDer Fhrer\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:443858144\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:887716288]\" target=\"_blank\">[U:1:887716288]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198847982016\" target=\"_blank\">76561198847982016<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 21:45:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-08 21:45:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">n word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2343\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_2342');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 21:17:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCHUPAPI TIKOKAMU\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCHUPAPI TIKOKAMU\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:566049135\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1132098271]\" target=\"_blank\">[U:1:1132098271]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199092363999\" target=\"_blank\">76561199092363999<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 21:17:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-08 21:17:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2342\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25580, Date: 2022-09-07 21:22:41\">CHUPAPI TIKOKAMU<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2341');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 18:29:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nUncle Roger\n <\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nUncle Roger\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:592601108\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1185202216]\" target=\"_blank\">[U:1:1185202216]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199145467944\" target=\"_blank\">76561199145467944<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 18:29:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-08 18:29:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2341\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2340');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 17:44:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBeboy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBeboy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:591058578\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1182117157]\" target=\"_blank\">[U:1:1182117157]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199142382885\" target=\"_blank\">76561199142382885<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 17:44:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-08 17:44:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2340\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:591058578&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-07 18:10:45\">Beboy<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2339');\">\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 14:51:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHobb1tz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHobb1tz\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:176211709\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:352423419]\" target=\"_blank\">[U:1:352423419]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198312689147\" target=\"_blank\">76561198312689147<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 14:51:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-08 14:51:15\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2339\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-07 18:19:41\">Hobb1tz<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 04:37:32\">Hobb1tz<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 13:32:19\">Hobb1tz<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 13:37:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSwordpools ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSwordpools ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:527836241\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1055672482]\" target=\"_blank\">[U:1:1055672482]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199015938210\" target=\"_blank\">76561199015938210<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 13:37:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-14 13:37:44\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href='index.php?p=banlist&searchText=STEAM_0:0:527836241&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (10)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-07 16:58:10\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-09 07:59:20\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-13 12:52:20\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-07 13:38:19\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-07 17:00:22\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 10:30:11\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 07:59:01\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-10 17:26:59\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-13 12:54:02\">Swordpools ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-13 15:43:33\">Swordpools ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 13:36:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkys ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkys ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:547857355\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1095714711]\" target=\"_blank\">[U:1:1095714711]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199055980439\" target=\"_blank\">76561199055980439<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 13:36:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-14 13:36:09\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_0:1:547857355&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-07 13:38:10\">kys ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2336');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 13:33:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmolteN\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmolteN\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:535194874\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1070389749]\" target=\"_blank\">[U:1:1070389749]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199030655477\" target=\"_blank\">76561199030655477<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 13:33:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-08 13:33:47\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2336\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:1:535194874&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2335');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-07 12:46:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nArie_19393 ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nArie_19393 ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:632334178\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1264668357]\" target=\"_blank\">[U:1:1264668357]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199224934085\" target=\"_blank\">76561199224934085<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-07 12:46:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n2022-09-08 12:46:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2335\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">6 <a href='index.php?p=banlist&searchText=STEAM_1:1:632334178&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2334');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-06 21:56:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nadolfphatxit\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nadolfphatxit\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:700340240\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1400680481]\" target=\"_blank\">[U:1:1400680481]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199360946209\" target=\"_blank\">76561199360946209<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-06 21:56:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-07 21:56:42\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2334\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-07 11:58:08\">adolfphatxit<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2333');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-06 21:16:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRipPog\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRipPog\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:643642834\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1287285669]\" target=\"_blank\">[U:1:1287285669]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199247551397\" target=\"_blank\">76561199247551397<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-06 21:16:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-06 21:16:06\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2333\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2332');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-06 19:10:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRoad To Silver I\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRoad To Silver I\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:464322534\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:928645069]\" target=\"_blank\">[U:1:928645069]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198888910797\" target=\"_blank\">76561198888910797<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-06 19:10:41<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-07 19:10:41\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2332\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-06 19:48:36\">Peminat Ustaz Azhar Idrus<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 19:19:31\">Road To Silver I<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 510 - 540 of 2810 results | <b><a href='index.php?p=banlist&page=17' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=19' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\" selected=\"selected\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76c021df8c84fadf',m:'8wUbOimkII3ItdK5fP_jH0zAQVRmqVTB5lOl5VCUATc-1668768515-0-AVE+DpyRvePKJ7AXRbVXssneo8dF+gdnxYfjdvh+N3N0y9mSOaDku7SgO4oVtjNeubSOtjIQraIuS4AqJhP3tnbKE3eR8U33TJgE25f4dbczi1v8qWvGLRVzX+kpkLJDprxSO6t9obn3lyNJJGmGL8I=',s:[0x587ed7509b,0xae837831c6],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var _cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/cb\/invisible.js?cb=76c021df8c84fadf',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76c021df8c84fadf\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:32:29 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=cuc0cln9ti5v2aqc3e1erdmll2; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=5it1yNY5lR79Ely%2F3gPOp6tjmdEXr1XnA0qQ93Z3D2q6wsO4ujxFMBHApJFrEvGgbbh8nlg%2BcgD7yw3vdCM8%2BiEm1ej29zvuKyrMRpYwNDE03vFcEKpCDCPuSwqE%2FIWAnO4dcJvodYc%2F4XFGScdvvSWlC0k1zw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8331cdc99bcad9-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4543');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-13 02:01:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBenj1\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBenj1\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:546668858\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1093337716]\" target=\"_blank\">[U:1:1093337716]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199053603444\" target=\"_blank\">76561199053603444<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-13 02:01:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4543\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4542');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/.jpg\" alt border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-13 00:05:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfaris\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfaris\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:596579776\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1193159553]\" target=\"_blank\">[U:1:1193159553]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199153425281\" target=\"_blank\">76561199153425281<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-13 00:05:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-14 00:05:21\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4542\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:596579776&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-13 15:55:27\">faris<\/span>, <span title=\"Server: :, Date: 2023-04-13 20:47:21\">faris<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4541');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cz.jpg\" alt=\"CZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-12 21:27:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLme\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLme\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:237522569\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:475045138]\" target=\"_blank\">[U:1:475045138]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198435310866\" target=\"_blank\">76561198435310866<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-12 21:27:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4541\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-12 21:28:05\">Lme<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-26 22:48:37\">AFN<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-09 19:02:07\">Lme<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4539');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-12 08:34:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nlo33dr\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nlo33dr\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:734624320\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1469248641]\" target=\"_blank\">[U:1:1469248641]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199429514369\" target=\"_blank\">76561199429514369<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-12 08:34:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4539\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4538');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-12 00:29:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfreeze\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfreeze\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:742831117\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1485662235]\" target=\"_blank\">[U:1:1485662235]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199445927963\" target=\"_blank\">76561199445927963<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-12 00:29:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">trolling teammate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4538\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-05 21:05:03\">furioussss<\/span>, <span title=\"Server: :, Date: 2023-06-11 01:53:19\">furioussss<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-08 19:04:19\">Greed<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4537');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-12 00:12:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nYasuo Lmao \u2764ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nYasuo Lmao \u2764ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:565856232\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1131712465]\" target=\"_blank\">[U:1:1131712465]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199091978193\" target=\"_blank\">76561199091978193<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-12 00:12:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">evading ban<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4537\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-04-12 00:13:13\">Yasuo Lmao \u2764ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4536');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/at.jpg\" alt=\"AT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-11 22:18:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njanuchiha61\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njanuchiha61\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:227165950\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:454331901]\" target=\"_blank\">[U:1:454331901]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198414597629\" target=\"_blank\">76561198414597629<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-11 22:18:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4536\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4535');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-11 21:44:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nwat doink\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwat doink\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:162298544\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:324597088]\" target=\"_blank\">[U:1:324597088]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198284862816\" target=\"_blank\">76561198284862816<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-11 21:44:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-12 21:44:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4535\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4534');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-11 18:21:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nuncle phil\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nuncle phil\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:727884240\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1455768481]\" target=\"_blank\">[U:1:1455768481]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199416034209\" target=\"_blank\">76561199416034209<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-11 18:21:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4534\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4533');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-11 16:58:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBingus Dingus Tingus\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBingus Dingus Tingus\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:120035791\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:240071583]\" target=\"_blank\">[U:1:240071583]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198200337311\" target=\"_blank\">76561198200337311<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-11 16:58:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Toxic<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4533\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4532');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-11 14:40:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJohn Pork\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJohn Pork\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:526455370\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1052910740]\" target=\"_blank\">[U:1:1052910740]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199013176468\" target=\"_blank\">76561199013176468<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-11 14:40:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4532\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(15, 'id', 'host_4531');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-11 01:50:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ns9ooks\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ns9ooks\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:767065866\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1534131732]\" target=\"_blank\">[U:1:1534131732]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199494397460\" target=\"_blank\">76561199494397460<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-11 01:50:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4531\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4530');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-11 01:37:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nVIVA LA VIDA\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVIVA LA VIDA\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:163537186\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:327074373]\" target=\"_blank\">[U:1:327074373]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198287340101\" target=\"_blank\">76561198287340101<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-11 01:37:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-12 01:37:36\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4530\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4529');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-10 14:13:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBIG s1n\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBIG s1n\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:765340828\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1530681657]\" target=\"_blank\">[U:1:1530681657]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199490947385\" target=\"_blank\">76561199490947385<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-10 14:13:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-04-09 14:13:54\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4529\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4528');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hn.jpg\" alt=\"HN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-10 08:53:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nremastered\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nremastered\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:765305327\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1530610654]\" target=\"_blank\">[U:1:1530610654]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199490876382\" target=\"_blank\">76561199490876382<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-10 08:53:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-04-09 08:53:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4528\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4527');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-10 08:51:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncoocilover84\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncoocilover84\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:765169595\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1530339190]\" target=\"_blank\">[U:1:1530339190]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199490604918\" target=\"_blank\">76561199490604918<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-10 08:51:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4527\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4526');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ch.jpg\" alt=\"CH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-10 03:57:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAdolf\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAdolf\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:758196628\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1516393256]\" target=\"_blank\">[U:1:1516393256]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199476658984\" target=\"_blank\">76561199476658984<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-10 03:57:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4526\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4525');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-10 01:05:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nj1nn\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nj1nn\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:428337755\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:856675510]\" target=\"_blank\">[U:1:856675510]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198816941238\" target=\"_blank\">76561198816941238<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-10 01:05:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-11 01:05:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4525\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:428337755&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4524');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-10 00:47:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\npoopyt\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\npoopyt\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:764677764\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1529355529]\" target=\"_blank\">[U:1:1529355529]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199489621257\" target=\"_blank\">76561199489621257<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-10 00:47:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4524\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4523');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-10 00:00:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKillloi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKillloi\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:765856852\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1531713704]\" target=\"_blank\">[U:1:1531713704]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491979432\" target=\"_blank\">76561199491979432<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-10 00:00:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4523\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4522');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-09 21:49:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntensai\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntensai\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:586557127\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1173114254]\" target=\"_blank\">[U:1:1173114254]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199133379982\" target=\"_blank\">76561199133379982<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-09 21:49:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-10 21:49:01\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4522\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:586557127&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-09 22:39:32\">tensai<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4521');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/dk.jpg\" alt=\"DK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-09 18:33:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsylvestersaxe\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsylvestersaxe\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:765673413\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1531346826]\" target=\"_blank\">[U:1:1531346826]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491612554\" target=\"_blank\">76561199491612554<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-09 18:33:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-04-08 18:33:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4521\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4520');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-09 17:23:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nShe Farted\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nShe Farted\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:68257387\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:136514775]\" target=\"_blank\">[U:1:136514775]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198096780503\" target=\"_blank\">76561198096780503<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-09 17:23:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-10 17:23:10\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4520\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4519');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-09 07:48:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGabri\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGabri\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:155584708\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:311169416]\" target=\"_blank\">[U:1:311169416]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198271435144\" target=\"_blank\">76561198271435144<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-09 07:48:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-10 07:48:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4519\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4518');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-09 06:50:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsquirter\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsquirter\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:563668474\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1127336948]\" target=\"_blank\">[U:1:1127336948]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199087602676\" target=\"_blank\">76561199087602676<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-09 06:50:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-04-08 06:50:27\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4518\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4517');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/.jpg\" alt border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-09 01:04:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRaiden_\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRaiden_\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:57160185\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:114320371]\" target=\"_blank\">[U:1:114320371]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198074586099\" target=\"_blank\">76561198074586099<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-09 01:04:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-10 01:04:23\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4517\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-09 18:50:32\">Raiden_<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4516');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-08 21:44:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFREE FIRE\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFREE FIRE\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:640933826\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1281867653]\" target=\"_blank\">[U:1:1281867653]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199242133381\" target=\"_blank\">76561199242133381<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-08 21:44:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-09 21:44:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4516\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:640933826&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4515');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-08 21:23:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMoltenlava32\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMoltenlava32\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:753558256\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1507116512]\" target=\"_blank\">[U:1:1507116512]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199467382240\" target=\"_blank\">76561199467382240<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-08 21:23:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4515\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4514');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-08 17:06:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmini messi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmini messi\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:563695534\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1127391068]\" target=\"_blank\">[U:1:1127391068]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199087656796\" target=\"_blank\">76561199087656796<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-08 17:06:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-09 17:06:54\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4514\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:563695534&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-08 21:05:40\">mini messi<\/span>, <span title=\"Server: :, Date: 2023-04-08 21:09:17\">mini messi<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4513');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-08 14:01:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u30c4zora\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u30c4zora\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:529593617\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1059187235]\" target=\"_blank\">[U:1:1059187235]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199019452963\" target=\"_blank\">76561199019452963<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-08 14:01:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4513\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 510 - 540 of 4967 results | <b><a href=\"index.php?p=banlist&page=17\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=19\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\" selected=\"selected\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8331cdc99bcad9',m:'lpwZErUy5gjWdQVxkIanb9lY4YNHPtXB2uq1OeZD3b8-1689604349-0-ARqb8BDtkOVDRrxysi6IXdghNgZjBfXGVemVQG923x39'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8331cdc99bcad9\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=19.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=19.json index 9488344..cee7f3c 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=19.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=19.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:50:44 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"pragma":["no-cache"],"set-cookie":["PHPSESSID=id8ctet8fp8b27g6u0967jj64p; path=\/"],"vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"Server-Timing":["cf-q-config;dur=7.0000023697503e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=Xq3d5RNXRDlYaDc4qH0g7EQEkh%2Bty0WLCiju1cpI7QgUlZ4lKyHeUpa%2BQqOv2IN9BtpZPnLapcgUXk05v%2Bk%2FW2NrfflnM27Aw9hmrubm4g6y1QTeQ80jV397SkvbSq9onCaTAHSwwjwppDAmMym7HZfRxL45Mw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"CF-RAY":["76c02513a94521ab-DUS"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2810<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2810<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2331');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-06 17:48:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ns1mple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ns1mple\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:713671630\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1427343260]\" target=\"_blank\">[U:1:1427343260]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199387608988\" target=\"_blank\">76561199387608988<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-06 17:48:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2331\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 11:36:50\">s1mple<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2330');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-06 17:37:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncom\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncom\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714099135\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428198271]\" target=\"_blank\">[U:1:1428198271]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388463999\" target=\"_blank\">76561199388463999<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-06 17:37:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-07 17:37:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2330\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:714099135&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-05 22:20:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nThe pink panther\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nThe pink panther\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:697272989\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1394545979]\" target=\"_blank\">[U:1:1394545979]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199354811707\" target=\"_blank\">76561199354811707<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-05 22:20:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-12 22:20:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Advertising <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (43)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-08 20:24:44\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-08 20:24:54\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-11 14:55:45\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-05 22:27:50\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 12:03:05\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 12:44:46\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 13:20:26\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 14:07:35\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 16:38:10\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 17:04:58\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 17:14:16\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 17:49:18\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 20:22:44\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 21:19:16\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 22:34:23\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-07 20:22:14\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 17:49:13\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 19:16:01\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 19:24:22\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 20:23:45\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 20:25:03\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 20:27:04\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 20:38:32\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 20:45:23\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 21:33:39\">the pink panther<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 22:13:14\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 22:18:01\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-08 22:18:27\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 19:29:30\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 21:09:31\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 21:14:35\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-09 21:19:22\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-10 17:53:57\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-10 19:40:40\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-11 12:21:47\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-11 12:46:49\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-11 14:41:17\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-11 14:53:22\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-11 15:08:03\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-11 20:07:47\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-11 20:08:08\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-12 19:49:20\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-12 20:07:41\">navi \u00c4\u2018i l\u00c3\u00aan t\u00e1\u00bb\u00ab \u00c4\u2018\u00c3\u00a1y x\u00c3\u00a3 h<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2328');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-05 21:09:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nShaikhpeek.......\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nShaikhpeek.......\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:456618087\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:913236174]\" target=\"_blank\">[U:1:913236174]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198873501902\" target=\"_blank\">76561198873501902<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-05 21:09:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-06 21:09:15\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2328\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:456618087&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-05 19:58:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\nKelv\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKelv\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:714157490\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428314981]\" target=\"_blank\">[U:1:1428314981]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388580709\" target=\"_blank\">76561199388580709<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-05 19:58:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Circumventing Ban<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (6)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-23 22:39:38\">kelv<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-05 20:31:12\">kelv<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-10 21:10:06\">kelv<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-05 20:32:07\">kelv<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 18:48:37\">kelv<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-10 20:42:08\">kelv<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2326');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-05 19:27:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMeytrix\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMeytrix\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714140121\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428280242]\" target=\"_blank\">[U:1:1428280242]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388545970\" target=\"_blank\">76561199388545970<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-05 19:27:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-05 19:27:28\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2326\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2325');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/lt.jpg\" alt=\"LT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-05 14:18:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #8\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #8\n <\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:659254695\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1318509390]\" target=\"_blank\">[U:1:1318509390]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199278775118\" target=\"_blank\">76561199278775118<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-05 14:18:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-05 14:18:28\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_2325\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-05 17:07:44\">\u00e9\u00bb\u2018\u00e7\u2020\u0160\u00e7\u00a7\u2018\u00e6\u0160\u20ac<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2324');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-05 12:22:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nshrowl\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nshrowl\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n \n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:203462263\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:406924527]\" target=\"_blank\">[U:1:406924527]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198367190255\" target=\"_blank\">76561198367190255<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-05 12:22:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-06 12:22:54\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2324\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-05 12:23:15\">shrowl<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2323');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-04 21:55:58<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nChess ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nChess ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:555676174\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1111352349]\" target=\"_blank\">[U:1:1111352349]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199071618077\" target=\"_blank\">76561199071618077<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-04 21:55:58<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-05 21:55:58\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2323\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:555676174&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-04 21:56:14\">Chess ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-09-04 22:02:51\">Chess ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2322');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-04 21:52:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n" Johwnny " | ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n" Johwnny " | ghostcap.com\n <\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:712809414\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1425618828]\" target=\"_blank\">[U:1:1425618828]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199385884556\" target=\"_blank\">76561199385884556<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-04 21:52:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_2322\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:0:712809414&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-04 21:53:37\">" Johwnny " | ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2321');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-04 21:42:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ns1mple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ns1mple\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n <\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714316420\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428632840]\" target=\"_blank\">[U:1:1428632840]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388898568\" target=\"_blank\">76561199388898568<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-04 21:42:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-04 21:42:09\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2321\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-06 11:19:03\">s1mple<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 11:55:16\">s1mple<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-06 12:43:35\">s1mple<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-10 19:39:55\">s1mple<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2320');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-04 19:18:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHorii\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHorii\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:550574745\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1101149490]\" target=\"_blank\">[U:1:1101149490]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199061415218\" target=\"_blank\">76561199061415218<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-04 19:18:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-05 19:18:06\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2320\">\nPlease Wait...\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href='index.php?p=banlist&searchText=STEAM_1:0:550574745&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2318');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/jp.jpg\" alt=\"JP\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-04 17:07:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ns1mple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ns1mple\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:79338097\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:158676195]\" target=\"_blank\">[U:1:158676195]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198118941923\" target=\"_blank\">76561198118941923<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-04 17:07:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-04 17:07:00\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2318\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:79338097&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2319');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/jp.jpg\" alt=\"JP\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-04 17:07:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ns1mple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ns1mple\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:79338097\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:158676195]\" target=\"_blank\">[U:1:158676195]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198118941923\" target=\"_blank\">76561198118941923<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-04 17:07:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-04 17:07:00\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Angle-Cheats Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2319\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:79338097&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2317');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-04 15:05:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nwine cellar\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwine cellar\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:632202078\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1264404157]\" target=\"_blank\">[U:1:1264404157]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199224669885\" target=\"_blank\">76561199224669885<\/a>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-04 15:05:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2317\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-15 21:35:38\">*DEAD* Zenpai<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-26 12:42:19\">Hostage<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-09 17:29:00\">33 \u00c2\u00a3LONG<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-10 20:13:54\">33 \u00c2\u00a3LONG<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2316');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-04 13:45:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #5\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #5\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:188630225\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:377260451]\" target=\"_blank\">[U:1:377260451]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198337526179\" target=\"_blank\">76561198337526179<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-04 13:45:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-05 13:45:06\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2316\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2315');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-04 07:18:24<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJoxg1\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJoxg1\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:532567229\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1065134459]\" target=\"_blank\">[U:1:1065134459]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199025400187\" target=\"_blank\">76561199025400187<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-04 07:18:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-04 07:18:24\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2315\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2314');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-04 01:13:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #434\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #434\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:711863715\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1423727431]\" target=\"_blank\">[U:1:1423727431]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199383993159\" target=\"_blank\">76561199383993159<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-04 01:13:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2314\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-04 01:15:31\">\u00e3\u0192\u00a2\u00e3\u0192\u008d\u00e3\u201a\u00b7\u00e3\u0192\u00bc<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2313');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-04 00:55:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njohnnej123\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njohnnej123\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714264984\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428529969]\" target=\"_blank\">[U:1:1428529969]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388795697\" target=\"_blank\">76561199388795697<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-04 00:55:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-04 00:55:15\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2313\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2312');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 23:38:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAllen ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAllen ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:575188092\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1150376184]\" target=\"_blank\">[U:1:1150376184]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199110641912\" target=\"_blank\">76561199110641912<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 23:38:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-04 23:38:34\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2312\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-03 23:41:07\">Allen ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-04 00:03:16\">Allen ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-04 15:06:29\">Allen ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-04 15:10:10\">Allen ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2311');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 22:56:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nIon_lol\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nIon_lol\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714244171\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428488343]\" target=\"_blank\">[U:1:1428488343]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388754071\" target=\"_blank\">76561199388754071<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 22:56:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-03 22:56:38\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2311\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-03 22:57:03\">Ion_lol<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2310');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 21:01:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\npedropengpeng\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\npedropengpeng\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:708224847\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1416449695]\" target=\"_blank\">[U:1:1416449695]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199376715423\" target=\"_blank\">76561199376715423<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 21:01:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-04 21:01:38\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2310\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-03 21:02:20\">pedropengpeng<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2309');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 19:06:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nthe pink panther\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nthe pink panther\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:697272989\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1394545979]\" target=\"_blank\">[U:1:1394545979]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199354811707\" target=\"_blank\">76561199354811707<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 19:06:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-04 19:06:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2309\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-04 15:04:08\">the pink panther<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2308');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 18:12:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nyellow\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nyellow\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:713425474\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1426850948]\" target=\"_blank\">[U:1:1426850948]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199387116676\" target=\"_blank\">76561199387116676<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 18:12:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2308\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-03 18:12:52\">yellow<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-04 20:16:25\">yellow<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-05 19:24:31\">yellow<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_2307');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 16:52:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nchalky\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nchalky\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:68429534\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:136859068]\" target=\"_blank\">[U:1:136859068]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198097124796\" target=\"_blank\">76561198097124796<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 16:52:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-04 16:52:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2307\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25580, Date: 2022-09-03 17:04:09\">chalky<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2306');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 15:05:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAkawari Senpai\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAkawari Senpai\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714099135\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428198271]\" target=\"_blank\">[U:1:1428198271]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388463999\" target=\"_blank\">76561199388463999<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 15:05:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-04 15:05:29\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">walling<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2306\">\nPlease Wait...\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:714099135&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2305');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 14:56:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nlethimydungvothisau\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nlethimydungvothisau\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:625344654\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1250689309]\" target=\"_blank\">[U:1:1250689309]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199210955037\" target=\"_blank\">76561199210955037<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 14:56:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-04 14:56:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2305\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-03 16:03:25\">lethimydungvothisau<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-03 17:18:18\">lethimydungvothisau<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2304');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 14:47:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRico\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRico\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:713337452\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1426674905]\" target=\"_blank\">[U:1:1426674905]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199386940633\" target=\"_blank\">76561199386940633<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 14:47:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-03 14:47:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2304\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-03 14:48:46\">Rico<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2303');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 01:59:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKuro\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKuro\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:631988421\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1263976843]\" target=\"_blank\">[U:1:1263976843]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199224242571\" target=\"_blank\">76561199224242571<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 01:59:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-04 01:59:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2303\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:631988421&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2302');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/se.jpg\" alt=\"SE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 01:41:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAnton hellcase.org #SkinsMonkey\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAnton hellcase.org #SkinsMonkey\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:609849115\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1219698231]\" target=\"_blank\">[U:1:1219698231]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199179963959\" target=\"_blank\">76561199179963959<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 01:41:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2302\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 540 - 570 of 2810 results | <b><a href='index.php?p=banlist&page=18' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=20' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\" selected=\"selected\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76c02513a94521ab',m:'34VfWpi44Q2Oy7QtvWwQ4n6VfGxrrup4ST1jhZzeesk-1668768644-0-AcJ4juMGF\/1vg2Jg9OhPuwl9EK5eSTDEyDa8aHFi1Oj8qoDf2R5H9AybEZ3OiRbZypGWoHMBAAfhLsalj5CzeSYkmbzWNltNr1DkGMvR9ALHF6pgp1rsaKz4EOADfTvmkgNCC4ZjMtWo+X0LJyEiFnI=',s:[0x8c48906c8a,0x5501f8ae76],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76c02513a94521ab\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:33:10 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=smc2ie79hre16rg7v6hu3g85dg; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=L8a%2B1Ss7pMnpW354h3Ka7C%2FxfJgaw5PyGKLyMe1HfH6SduhSKSh6j46amJy1ZqhwLCUVwiHHc1sPBjX2W5pkY8AF%2Fn84Ql41YWFCJbhAI%2BjqmVgBFWTS8cwjUd2h9uRpYLPKgZGKLY05uKe2yLPYo7lCVezjkw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8332c9cbfdcb19-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4512');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-08 12:50:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nI GET NO PLAY\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nI GET NO PLAY\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:765433676\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1530867352]\" target=\"_blank\">[U:1:1530867352]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491133080\" target=\"_blank\">76561199491133080<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-08 12:50:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4512\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4511');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-08 03:39:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbonowall\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbonowall\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:766397830\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1532795661]\" target=\"_blank\">[U:1:1532795661]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199493061389\" target=\"_blank\">76561199493061389<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-08 03:39:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4511\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4510');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/se.jpg\" alt=\"SE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-08 00:15:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTinky Winky\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTinky Winky\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:766276233\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1532552467]\" target=\"_blank\">[U:1:1532552467]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199492818195\" target=\"_blank\">76561199492818195<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-08 00:15:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4510\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4509');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/it.jpg\" alt=\"IT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 23:33:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndioabon\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndioabon\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:665835745\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1331671490]\" target=\"_blank\">[U:1:1331671490]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199291937218\" target=\"_blank\">76561199291937218<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 23:33:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4509\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4508');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ch.jpg\" alt=\"CH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 23:08:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nANITA#DAUPTSKY\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nANITA#DAUPTSKY\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:760258805\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1520517611]\" target=\"_blank\">[U:1:1520517611]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199480783339\" target=\"_blank\">76561199480783339<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 23:08:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4508\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4507');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 22:08:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLiaaammmm\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLiaaammmm\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:763867808\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1527735617]\" target=\"_blank\">[U:1:1527735617]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199488001345\" target=\"_blank\">76561199488001345<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 22:08:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-04-06 22:08:01\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4507\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-20 20:10:42\">Liaaammmm<\/span>, <span title=\"Server: :, Date: 2023-06-20 20:48:16\">Liaaammmm<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4506');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 21:13:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbanana\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbanana\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:758983856\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1517967712]\" target=\"_blank\">[U:1:1517967712]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199478233440\" target=\"_blank\">76561199478233440<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 21:13:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4506\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4505');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 16:31:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #1823\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #1823\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:420002120\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:840004240]\" target=\"_blank\">[U:1:840004240]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198800269968\" target=\"_blank\">76561198800269968<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 16:31:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-08 16:31:56\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4505\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-08 14:40:55\">\u30d7\u30ec\u30a4\u30e1\u30fc\u30ab\u30fc<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-04-07 16:50:12\">\u30d7\u30ec\u30a4\u30e1\u30fc\u30ab\u30fc<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 16:29:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nhi-c\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nhi-c\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:569166973\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1138333947]\" target=\"_blank\">[U:1:1138333947]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199098599675\" target=\"_blank\">76561199098599675<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 16:29:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Telling other players to leave<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-08 14:20:51\">hi-c<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 16:29:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmonnyyy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmonnyyy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:185934643\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:371869286]\" target=\"_blank\">[U:1:371869286]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198332135014\" target=\"_blank\">76561198332135014<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 16:29:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Telling players to leave and being racist to them<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 16:28:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGhrha\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGhrha\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:431242025\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:862484050]\" target=\"_blank\">[U:1:862484050]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198822749778\" target=\"_blank\">76561198822749778<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 16:28:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Telling other players to leave and being toxic to them. <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4501');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 12:24:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSugar-\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSugar-\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:690693958\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1381387917]\" target=\"_blank\">[U:1:1381387917]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199341653645\" target=\"_blank\">76561199341653645<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 12:24:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-04-06 12:24:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4501\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 10:52:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDKMIP\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDKMIP\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:766513385\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1533026770]\" target=\"_blank\">[U:1:1533026770]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199493292498\" target=\"_blank\">76561199493292498<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 10:52:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">forcing other players leave.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4499');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 07:57:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nphoniexfoizy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nphoniexfoizy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:765598469\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1531196938]\" target=\"_blank\">[U:1:1531196938]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491462666\" target=\"_blank\">76561199491462666<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 07:57:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4499\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-07 08:56:35\">phoniexfoizy<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4498');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ba.jpg\" alt=\"BA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 06:20:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ngay\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ngay\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:762728032\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1525456065]\" target=\"_blank\">[U:1:1525456065]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199485721793\" target=\"_blank\">76561199485721793<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 06:20:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4498\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4497');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ae.jpg\" alt=\"AE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 04:48:58<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nvoodoo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nvoodoo\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:526089949\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1052179899]\" target=\"_blank\">[U:1:1052179899]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199012445627\" target=\"_blank\">76561199012445627<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 04:48:58<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-08 04:48:58\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4497\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-07 04:49:49\">voodoo<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-07 16:09:24\">voodoo<\/span>, <span title=\"Server: :, Date: 2023-04-07 20:44:14\">voodoo<\/span>, <span title=\"Server: :, Date: 2023-04-07 20:52:59\">Damn<\/span>, <span title=\"Server: :, Date: 2023-04-07 21:07:30\">Damn<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4496');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 03:39:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRaizel\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRaizel\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:606764961\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1213529922]\" target=\"_blank\">[U:1:1213529922]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199173795650\" target=\"_blank\">76561199173795650<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 03:39:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-08 03:39:17\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4496\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4495');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-07 01:43:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nzdarova geroinchik\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nzdarova geroinchik\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:755962112\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1511924224]\" target=\"_blank\">[U:1:1511924224]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199472189952\" target=\"_blank\">76561199472189952<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-07 01:43:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4495\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4494');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-06 22:24:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #801\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #801\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:94888371\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:189776743]\" target=\"_blank\">[U:1:189776743]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198150042471\" target=\"_blank\">76561198150042471<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-06 22:24:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-07 22:24:50\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4494\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-07 12:24:36\">\u00d7<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4493');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-06 20:59:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndogerdydoser\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndogerdydoser\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:766369918\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1532739836]\" target=\"_blank\">[U:1:1532739836]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199493005564\" target=\"_blank\">76561199493005564<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-06 20:59:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4493\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-06 21:05:22\">dogerdydoser<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-06 20:34:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ngeisha\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">3 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ngeisha\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:754849993\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1509699986]\" target=\"_blank\">[U:1:1509699986]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199469965714\" target=\"_blank\">76561199469965714<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-06 20:34:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">3 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-09 20:34:34\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Killing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-06 20:38:27\">geisha<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4491');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-06 17:17:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsz620945\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsz620945\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:762275206\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1524550413]\" target=\"_blank\">[U:1:1524550413]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199484816141\" target=\"_blank\">76561199484816141<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-06 17:17:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4491\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-06 12:14:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njustchillbro\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njustchillbro\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:594336750\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1188673500]\" target=\"_blank\">[U:1:1188673500]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199148939228\" target=\"_blank\">76561199148939228<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-06 12:14:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">This is not your server, you cant force and ask people to leave the server.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-09 12:30:07\">justchillbro<\/span>, <span title=\"Server: :, Date: 2023-04-14 11:02:20\">justchillbro<\/span>, <span title=\"Server: :, Date: 2023-04-23 07:55:21\">justchillbro<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4489');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-06 11:41:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMarlboro\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMarlboro\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:764996397\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1529992795]\" target=\"_blank\">[U:1:1529992795]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199490258523\" target=\"_blank\">76561199490258523<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-06 11:41:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-04-05 11:41:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4489\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-06 11:41:51\">Marlboro<\/span>, <span title=\"Server: :, Date: 2023-04-15 15:57:09\">Marlboro<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4488');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-06 07:42:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nClassic Brad\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nClassic Brad\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:85168269\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:170336538]\" target=\"_blank\">[U:1:170336538]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198130602266\" target=\"_blank\">76561198130602266<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-06 07:42:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4488\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4487');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hu.jpg\" alt=\"HU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-06 02:46:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n0 6 20 ha bekapod meg fsz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n0 6 20 ha bekapod meg fsz\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:665030809\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1330061618]\" target=\"_blank\">[U:1:1330061618]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199290327346\" target=\"_blank\">76561199290327346<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-06 02:46:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-07 02:46:43\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4487\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-06 02:59:02\">0 6 20 ha bekapod meg f\u00fasz<\/span>, <span title=\"Server: :, Date: 2023-04-06 05:12:33\">0 6 20 ha bekapod meg f\u00fasz<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4486');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-06 02:18:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCrafto\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCrafto\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:527909715\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1055819431]\" target=\"_blank\">[U:1:1055819431]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199016085159\" target=\"_blank\">76561199016085159<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-06 02:18:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-07 02:18:28\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4486\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4484');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-05 22:40:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFREE FIRE\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFREE FIRE\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:640933826\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1281867653]\" target=\"_blank\">[U:1:1281867653]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199242133381\" target=\"_blank\">76561199242133381<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-05 22:40:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-06 22:40:43\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4484\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:640933826&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4483');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-05 20:21:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPurin Kitsune\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPurin Kitsune\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:458416403\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:916832806]\" target=\"_blank\">[U:1:916832806]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198877098534\" target=\"_blank\">76561198877098534<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-05 20:21:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-06 20:21:42\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4483\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-05 23:20:03\">Purin Kitsune<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4482');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-05 11:31:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nZuhn's Son\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nZuhn's Son\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:752819658\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1505639316]\" target=\"_blank\">[U:1:1505639316]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199465905044\" target=\"_blank\">76561199465905044<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-05 11:31:41<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4482\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 540 - 570 of 4967 results | <b><a href=\"index.php?p=banlist&page=18\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=20\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\" selected=\"selected\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8332c9cbfdcb19',m:'KxSbz77ZffLOnL3_dB5NJmXQo5ta4kyoqL6nOKgF1Nw-1689604390-0-AQiLqx1B\/K5YbQGW\/01gwVW6zCLKXWpQ\/\/Yyu6f\/joj2'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8332c9cbfdcb19\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=2.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=2.json index 9fda88e..fecd046 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=2.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=2.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 18:23:17 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"CF-Ray":["76ba7f212f13cadd-DUS"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Set-Cookie":["PHPSESSID=7rtvsjskngdtb799mmfi837bdl; path=\/"],"Vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"cf-apo-via":["origin,host"],"pragma":["no-cache"],"Server-Timing":["cf-q-config;dur=3.9999995351536e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=lKaVgUWWPgkIGgfF6Y4SFRLiwuJDRAUsObdv74GnfCSSpBJhxerrtSi6zYT%2FGDEyDF5ameWCS5niuh2HeaHimvquajVuvLBnnUqrZrSMICIcXRYoOR7gzT3F2YOHB3LhXf1SBQDWrU2mILkp%2Bwk6w0JiEpH1IA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2804<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2804<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2844');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 14:37:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAurora\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAurora\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:476130517\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:952261035]\" target=\"_blank\">[U:1:952261035]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198912526763\" target=\"_blank\">76561198912526763<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 14:37:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-14 14:37:51\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2844\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-11-13 21:46:23\">Aurora<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2843');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 07:30:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\nGumi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGumi\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:631878645\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1263757290]\" target=\"_blank\">[U:1:1263757290]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199224023018\" target=\"_blank\">76561199224023018<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 07:30:09<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-14 07:30:09\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2843\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-11-14 01:46:14\">Gumi<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2842');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/lv.jpg\" alt=\"LV\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 04:49:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsk1TiK\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsk1TiK\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:716082723\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1432165446]\" target=\"_blank\">[U:1:1432165446]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199392431174\" target=\"_blank\">76561199392431174<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 04:49:41<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2842\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-13 19:42:55\">sk1TiK<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2841');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 00:55:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nyaj3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n <div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nyaj3\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:509429714\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1018859429]\" target=\"_blank\">[U:1:1018859429]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198979125157\" target=\"_blank\">76561198979125157<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 00:55:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">sv_skyname<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2841\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-13 00:50:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nshinro\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nshinro\n<\/td>\n\n <td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:736108433\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1472216866]\" target=\"_blank\">[U:1:1472216866]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199432482594\" target=\"_blank\">76561199432482594<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-13 00:50:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-13 16:40:15\">shinro | ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2839');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-12 22:52:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJustAWind ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d, 2 hr, 40 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJustAWind ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:446254237\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:892508474]\" target=\"_blank\">[U:1:892508474]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198852774202\" target=\"_blank\">76561198852774202<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-12 22:52:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d, 2 hr, 40 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-14 01:32:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">troll<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2839\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-12 23:09:37\">JustAWind ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2838');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/jp.jpg\" alt=\"JP\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-12 21:50:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHarusame0519\u00e3\u20ac\u20acghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d, 2 hr, 40 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHarusame0519\u00e3\u20ac\u20acghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n <\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:560308921\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1120617843]\" target=\"_blank\">[U:1:1120617843]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199080883571\" target=\"_blank\">76561199080883571<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-12 21:50:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d, 2 hr, 40 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-14 00:30:35\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">trolling<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2838\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-12 21:56:59\">Harusame0519\u00e3\u20ac\u20acghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-13 12:36:44\">Harusame0519\u00e3\u20ac\u20acghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2837');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-12 21:39:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\notac gaming\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">2 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\notac gaming\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:514786091\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1029572183]\" target=\"_blank\">[U:1:1029572183]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198989837911\" target=\"_blank\">76561198989837911<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-12 21:39:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">2 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-12 23:39:16\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inflating team mates by doorhugging early. Next time listen to leader.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2837\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2836');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-12 19:33:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nOTK | DiZAvXry\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nOTK | DiZAvXry\n <\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:507667309\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1015334619]\" target=\"_blank\">[U:1:1015334619]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198975600347\" target=\"_blank\">76561198975600347<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-12 19:33:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-13 19:33:35\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2836\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-11-13 15:30:07\">OTK | DiZAvXry<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-13 15:31:03\">OTK | DiZAvXry<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2835');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-12 19:22:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00e5\u00b1\u2026\u00e5\u00a0\u00b4\u00e6\u2030\u20ac\u00e3\u0081\u0152\u00e3\u0081\u00aa\u00e3\u0081\u201e\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 wk <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00e5\u00b1\u2026\u00e5\u00a0\u00b4\u00e6\u2030\u20ac\u00e3\u0081\u0152\u00e3\u0081\u00aa\u00e3\u0081\u201e\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:82973754\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:165947508]\" target=\"_blank\">[U:1:165947508]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198126213236\" target=\"_blank\">76561198126213236<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-12 19:22:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-19 19:22:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">n word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2835\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-12 19:22:55\">\u00e5\u00b1\u2026\u00e5\u00a0\u00b4\u00e6\u2030\u20ac\u00e3\u0081\u0152\u00e3\u0081\u00aa\u00e3\u0081\u201e<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-14 16:59:57\">\u00e5\u00b1\u2026\u00e5\u00a0\u00b4\u00e6\u2030\u20ac\u00e3\u0081\u0152\u00e3\u0081\u00aa\u00e3\u0081\u201e<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-16 17:01:52\">\u00c3\u00a5\u00c2\u00b1\u00e2\u20ac\u00a6\u00c3\u00a5\u00c2\u00a0\u00c2\u00b4\u00c3\u00a6\u00e2\u20ac\u00b0\u00e2\u201a\u00ac\u00c3\u00a3\u00c2\u0081\u00c5\u2019\u00c3\u00a3\u00c2\u0081\u00c2\u00aa\u00c3\u00a3\u00c2\u0081\u00e2\u20ac\u017e<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2834');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-12 14:39:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nEvo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nEvo\n<\/td>\n\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:604884676\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1209769352]\" target=\"_blank\">[U:1:1209769352]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199170035080\" target=\"_blank\">76561199170035080<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-12 14:39:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-13 14:39:53\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2834\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-13 10:33:56\">Evo<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2833');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-12 13:00:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nxebirew102\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n xebirew102\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:733961840\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1467923680]\" target=\"_blank\">[U:1:1467923680]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199428189408\" target=\"_blank\">76561199428189408<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-12 13:00:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2833\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2832');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-12 12:13:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKen\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKen\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n \n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:519828513\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1039657027]\" target=\"_blank\">[U:1:1039657027]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198999922755\" target=\"_blank\">76561198999922755<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-12 12:13:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-13 12:13:37\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2832\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:519828513&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-12 12:58:57\">Ken<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-12 12:58:31\">Ken<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-13 11:31:25\">Ken<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2831');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-11 23:42:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmin verstappen\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmin verstappen\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:502929353\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1005858707]\" target=\"_blank\">[U:1:1005858707]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198966124435\" target=\"_blank\">76561198966124435<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-11 23:42:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n2022-11-12 23:42:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2831\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2830');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-11 21:50:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfick\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfick\n<\/td>\n \n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:423738070\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:847476140]\" target=\"_blank\">[U:1:847476140]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198807741868\" target=\"_blank\">76561198807741868<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-11 21:50:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-12 21:50:04\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2830\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">5 <a href='index.php?p=banlist&searchText=STEAM_1:0:423738070&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2829');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-11 16:22:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWhereSound\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWhereSound\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:585620128\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1171240256]\" target=\"_blank\">[U:1:1171240256]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199131505984\" target=\"_blank\">76561199131505984<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-11 16:22:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-11 17:22:42\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2829\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2828');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-11 14:51:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSlezera\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSlezera\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:733249215\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1466498430]\" target=\"_blank\">[U:1:1466498430]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199426764158\" target=\"_blank\">76561199426764158<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-11 14:51:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2828\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2827');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-11 14:03:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nquagmireandpeter42\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nquagmireandpeter42\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n <ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:736529043\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1473058087]\" target=\"_blank\">[U:1:1473058087]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199433323815\" target=\"_blank\">76561199433323815<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-11 14:03:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">sv_skyname<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2827\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-11 12:07:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nb1t\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nb1t\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:728570431\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1457140862]\" target=\"_blank\">[U:1:1457140862]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199417406590\" target=\"_blank\">76561199417406590<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-11 12:07:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Wallhack<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-11 12:10:08\">b1t<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-11 12:09:07\">b1t<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-11 12:09:46\">b1t<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-12 19:05:49\">b1t<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-12 19:12:59\">b1t<\/span>\n<\/td>\n<\/tr>\n <\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2825');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-10 23:36:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #14\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #14\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:457582199\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:915164398]\" target=\"_blank\">[U:1:915164398]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198875430126\" target=\"_blank\">76561198875430126<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-10 23:36:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-11 23:36:42\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2825\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2824');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-10 23:13:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nlaroy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nlaroy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:98363618\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:196727236]\" target=\"_blank\">[U:1:196727236]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198156992964\" target=\"_blank\">76561198156992964<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-10 23:13:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-11 23:13:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2824\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-11 08:10:57\">laroy<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2823');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-10 21:08:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnghiapr0\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnghiapr0\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:511924589\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1023849179]\" target=\"_blank\">[U:1:1023849179]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198984114907\" target=\"_blank\">76561198984114907<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-10 21:08:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-11 21:08:56\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2823\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-11 20:14:06\">nghiapr0<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-10 21:12:47\">nghiapr0<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-11 18:13:50\">nghiapr0<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-11 20:12:00\">nghiapr0<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-11 20:47:29\">nghiapr0<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2822');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-10 17:20:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFAT PEEK\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFAT PEEK\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:596446563\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1192893127]\" target=\"_blank\">[U:1:1192893127]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199153158855\" target=\"_blank\">76561199153158855<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-10 17:20:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-11 17:20:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2822\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2821');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-09 16:15:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndrumppu\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndrumppu\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:604475620\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1208951241]\" target=\"_blank\">[U:1:1208951241]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199169216969\" target=\"_blank\">76561199169216969<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-09 16:15:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-10 16:15:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2821\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:1:604475620&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2820');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-09 13:59:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAurora\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAurora\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:443836566\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:887673132]\" target=\"_blank\">[U:1:887673132]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198847938860\" target=\"_blank\">76561198847938860<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-09 13:59:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n 2022-11-10 13:59:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2820\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2819');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-08 22:04:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMy Lazy Moment ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMy Lazy Moment ghostcap.com\n<\/td>\n \n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:110355113\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:220710226]\" target=\"_blank\">[U:1:220710226]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198180975954\" target=\"_blank\">76561198180975954<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-08 22:04:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwrong ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">ban evasion<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2819\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-08 22:04:43\">My Lazy Moment ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2818');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-08 21:47:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nparr8\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\nparr8\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:564865227\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1129730455]\" target=\"_blank\">[U:1:1129730455]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199089996183\" target=\"_blank\">76561199089996183<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-08 21:47:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-15 21:47:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">baiting<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2818\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">5 <a href='index.php?p=banlist&searchText=STEAM_1:1:564865227&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2817');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-08 21:42:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n11111\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n11111\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:546314911\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1092629822]\" target=\"_blank\">[U:1:1092629822]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199052895550\" target=\"_blank\">76561199052895550<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-08 21:42:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-09 21:42:24\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">killing teammate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2817\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:0:546314911&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-09 21:20:52\">11111<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2816');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-07 21:04:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #3\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:540669088\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1081338177]\" target=\"_blank\">[U:1:1081338177]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199041603905\" target=\"_blank\">76561199041603905<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-07 21:04:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-08 21:04:04\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2816\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2815');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-07 15:22:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nYakimo<3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nYakimo<3\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:569579800\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1139159601]\" target=\"_blank\">[U:1:1139159601]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199099425329\" target=\"_blank\">76561199099425329<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-07 15:22:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-08 15:22:28\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">n word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2815\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 30 - 60 of 2804 results | <b><a href='index.php?p=banlist&page=1' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=3' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\" selected=\"selected\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76ba7f212f13cadd',m:'Qdz773MrgTMax3x5h2ImIOU16hmdKWe2_dQdCPmMq6I-1668709397-0-Ae1CfkVBd\/NS9HDIpy4MZAVkXYfC56iiGnfMUKVYIi4V5fnZG44WlFQZsma0bIVZHkhqG1\/1gXkWO\/K\/Fd1g10ayR08TILqKVP8Tk3KMlPp6ZyBI1mikqU492zYokKD3Lfr2tHFOq2xH0uvkdspaFAY=',s:[0x69a6cffee2,0x23a43e637d],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76ba7f212f13cadd\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:31:33 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=fd3mrhs3qv26d3b1jksgv7g5og; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=qSATZUdIJ9m%2Bro44trzZB4v5qUl2%2B3l4XpHpzB8YGdgxMYFFT8ckmjGKbmmK%2FmYXQKXLOT4YFbeKCQZw4lDjtcLcEBgUCUuTkq%2Bedr%2FqR8ACAeuOyv7QzSzTXryrPDQqAtMiGH6G%2BUBZwVPZi6jRTH%2FeCMnqRQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e83306cd99f7181-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5026');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-05 17:36:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbaby dont hurt me\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbaby dont hurt me\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:583475525\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1166951050]\" target=\"_blank\">[U:1:1166951050]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199127216778\" target=\"_blank\">76561199127216778<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-05 17:36:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">ban evasion <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5026\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5025');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-05 16:51:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFURRIOUS\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFURRIOUS\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:738994109\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1477988218]\" target=\"_blank\">[U:1:1477988218]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199438253946\" target=\"_blank\">76561199438253946<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-05 16:51:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5025\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5024');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-05 16:44:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSucraM\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSucraM\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:577149914\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1154299828]\" target=\"_blank\">[U:1:1154299828]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199114565556\" target=\"_blank\">76561199114565556<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-05 16:44:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly! - ban evasion<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5024\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-07-10 14:45:37\">SucraM<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5023');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-04 19:37:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbeboy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbeboy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:591058578\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1182117157]\" target=\"_blank\">[U:1:1182117157]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199142382885\" target=\"_blank\">76561199142382885<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-04 19:37:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-05 19:37:07\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5023\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:591058578&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5022');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-04 18:02:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndeebo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndeebo\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:574789554\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1149579109]\" target=\"_blank\">[U:1:1149579109]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199109844837\" target=\"_blank\">76561199109844837<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-04 18:02:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-11 18:02:24\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bypassing chat filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5022\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:574789554&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (6)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-05 23:40:02\">deebo<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-04 18:08:53\">deebo<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-05 23:38:11\">deebo<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-06 12:58:42\">deebo<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-06 16:57:50\">deebo<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-08 13:21:53\">deebo<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-04 17:11:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRat Porn\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRat Porn\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:763748571\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1527497143]\" target=\"_blank\">[U:1:1527497143]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199487762871\" target=\"_blank\">76561199487762871<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-04 17:11:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Language<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-07-09 16:15:21\">Rat Porn<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-04 17:10:31<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSosa\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSosa\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:560557016\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1121114033]\" target=\"_blank\">[U:1:1121114033]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199081379761\" target=\"_blank\">76561199081379761<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-04 17:10:31<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-11 17:10:31\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Killing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_0:1:560557016&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-05 16:57:34\">Sosa<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-06 12:42:08\">Sosa<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-07 15:30:17\">Sosa<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-04 17:09:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBoredx\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBoredx\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:493331305\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:986662611]\" target=\"_blank\">[U:1:986662611]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198946928339\" target=\"_blank\">76561198946928339<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-04 17:09:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Language<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-10 13:02:25\">Boredx<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-17 12:13:55\">Boredx<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-04 17:04:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nI dont go well with kids\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nI dont go well with kids\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:199596146\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:399192293]\" target=\"_blank\">[U:1:399192293]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198359458021\" target=\"_blank\">76561198359458021<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-04 17:04:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Abusing Admins or Staff<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-07-04 17:23:35\">I dont go well with kids<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_5017');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/se.jpg\" alt=\"SE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-04 07:30:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWallabille\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWallabille\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:246277311\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:492554622]\" target=\"_blank\">[U:1:492554622]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198452820350\" target=\"_blank\">76561198452820350<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-04 07:30:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5017\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_5016');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-04 02:48:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBOT (990)\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBOT (990)\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:757229720\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1514459440]\" target=\"_blank\">[U:1:1514459440]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199474725168\" target=\"_blank\">76561199474725168<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-04 02:48:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-07-03 02:48:09\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5016\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5015');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-03 22:05:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRat Porn\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRat Porn\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:763748571\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1527497143]\" target=\"_blank\">[U:1:1527497143]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199487762871\" target=\"_blank\">76561199487762871<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-03 22:05:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-04 22:05:35\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5015\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_5014');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-03 19:15:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkaito | ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">2 wk (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkaito | ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:611070999\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1222141998]\" target=\"_blank\">[U:1:1222141998]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199182407726\" target=\"_blank\">76561199182407726<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-03 19:15:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">2 wk (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nban appeal\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-17 19:15:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">afk script<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5014\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5013');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-02 23:29:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nshane mcflare\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nshane mcflare\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:215028520\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:430057041]\" target=\"_blank\">[U:1:430057041]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198390322769\" target=\"_blank\">76561198390322769<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-02 23:29:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-03 23:29:27\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5013\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:215028520&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5012');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-02 16:48:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmental illness\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmental illness\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:624003668\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1248007336]\" target=\"_blank\">[U:1:1248007336]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199208273064\" target=\"_blank\">76561199208273064<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-02 16:48:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-03 16:48:50\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5012\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5011');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ua.jpg\" alt=\"UA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-01 16:03:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsquinley\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsquinley\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:780940314\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1561880629]\" target=\"_blank\">[U:1:1561880629]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199522146357\" target=\"_blank\">76561199522146357<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-01 16:03:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5011\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5010');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-01 14:18:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nQaxy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nQaxy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:780948487\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1561896974]\" target=\"_blank\">[U:1:1561896974]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199522162702\" target=\"_blank\">76561199522162702<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-01 14:18:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5010\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5009');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-01 13:23:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nOlive_banditcamp.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nOlive_banditcamp.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:597206156\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1194412313]\" target=\"_blank\">[U:1:1194412313]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199154678041\" target=\"_blank\">76561199154678041<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-01 13:23:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5009\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-01 13:30:05\">Olive_banditcamp.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5008');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-01 13:22:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n{rr}Stan Marsh\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n{rr}Stan Marsh\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:203745183\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:407490366]\" target=\"_blank\">[U:1:407490366]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198367756094\" target=\"_blank\">76561198367756094<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-01 13:22:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5008\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5007');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-01 12:31:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nalcoholic\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nalcoholic\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:106372147\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:212744294]\" target=\"_blank\">[U:1:212744294]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198173010022\" target=\"_blank\">76561198173010022<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-01 12:31:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-02 12:31:35\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5007\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-01 12:32:20\">alcoholic<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_5006');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-01 10:37:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncka3o4HUk\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncka3o4HUk\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:780361615\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1560723230]\" target=\"_blank\">[U:1:1560723230]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199520988958\" target=\"_blank\">76561199520988958<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-01 10:37:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-31 10:37:27\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5006\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-02 02:57:51\">cka3o4HUk<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-03 00:59:55\">cka3o4HUk<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-01 10:37:38\">cka3o4HUk<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-07-01 01:16:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSosa\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSosa\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:560557016\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1121114033]\" target=\"_blank\">[U:1:1121114033]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199081379761\" target=\"_blank\">76561199081379761<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-07-01 01:16:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-02 01:16:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Killing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_0:1:560557016&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-01 18:37:55\">Sosa<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-01 01:38:48\">Sosa<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-01 18:34:57\">Sosa<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5004');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-30 19:09:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmonyet dan pisang duo terbodoh\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmonyet dan pisang duo terbodoh\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:765524147\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1531048294]\" target=\"_blank\">[U:1:1531048294]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491314022\" target=\"_blank\">76561199491314022<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-30 19:09:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-01 19:09:47\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5004\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:765524147&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-07-01 13:43:00\">monyet dan pisang duo terbodoh<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_5003');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-30 18:32:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nasdasdad\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nasdasdad\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:615832483\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1231664966]\" target=\"_blank\">[U:1:1231664966]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199191930694\" target=\"_blank\">76561199191930694<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-30 18:32:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5003\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-03 17:27:32\">asdasdad<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-03 17:27:46\">asdasdad<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_5002');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-30 17:16:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n<a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"d0f1be83909eb5\">[email protected]<\/a>._.\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"92b3fcc1d2dcf7\">[email protected]<\/a>._.\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:712783726\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1425567453]\" target=\"_blank\">[U:1:1425567453]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199385833181\" target=\"_blank\">76561199385833181<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-30 17:16:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-07 17:16:23\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">baiting<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5002\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:712783726&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (9)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-06-30 18:59:09\"><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"0d2c635e4d4368\">[email protected]<\/a>._.<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-30 19:50:26\"><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"7e5f102d3e301b\">[email protected]<\/a>._.<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-01 18:50:17\"><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"bf9ed1ecfff1da\">[email protected]<\/a>._.<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-01 20:23:17\"><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"61400f32212f04\">[email protected]<\/a>._.<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-02 14:04:08\"><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"04256a57444a61\">[email protected]<\/a>._.<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-03 19:47:44\"><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"40612e13000e25\">[email protected]<\/a>._.<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-04 15:05:24\"><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"1c3d724f5c5279\">[email protected]<\/a>._.<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-05 14:40:40\"><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"2908477a69674c\">[email protected]<\/a>._.<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-07 15:29:25\"><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"b293dce1f2fcd7\">[email protected]<\/a>._.<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_5001');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-30 14:39:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\\ (0-0) \/\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\\ (0-0) \/\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:780815025\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1561630050]\" target=\"_blank\">[U:1:1561630050]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199521895778\" target=\"_blank\">76561199521895778<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-30 14:39:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_5001\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-30 16:26:11\">\\ (0-0) \/<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-30 14:39:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nlllIIlIlIlIlIlllll\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nlllIIlIlIlIlIlllll\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:571382352\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1142764705]\" target=\"_blank\">[U:1:1142764705]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199103030433\" target=\"_blank\">76561199103030433<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-30 14:39:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Unsportsmanlike Conduct<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-06-30 16:19:17\">\u272a lllIIlIlIlIlIlllll<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-01 00:14:30\">\u272a lllIIlIlIlIlIlllll<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-09 01:04:39\">\u272a lllIIlIlIlIlIlllll<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4999');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/mn.jpg\" alt=\"MN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-30 12:41:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n{No = SounD}\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n{No = SounD}\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:774416483\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1548832966]\" target=\"_blank\">[U:1:1548832966]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199509098694\" target=\"_blank\">76561199509098694<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-30 12:41:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-07 12:41:37\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">stop being toxic<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4999\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-30 12:44:22\">{No = SounD}<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-01 18:27:42\">No SounD<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-05 13:45:36\">No SounD<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-06 02:18:51\">No SounD<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4998');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-30 07:52:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nvominhhai2008\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nvominhhai2008\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:780824929\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1561649858]\" target=\"_blank\">[U:1:1561649858]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199521915586\" target=\"_blank\">76561199521915586<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-30 07:52:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4998\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4997');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-30 01:37:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndiamond sword\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndiamond sword\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:704169019\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1408338039]\" target=\"_blank\">[U:1:1408338039]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199368603767\" target=\"_blank\">76561199368603767<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-30 01:37:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-01 01:37:42\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4997\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">10 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:704169019&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 30 - 60 of 4967 results | <b><a href=\"index.php?p=banlist&page=1\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=3\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\" selected=\"selected\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script data-cfasync=\"false\" src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\"><\/script><script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e83306cd99f7181',m:'TXeIX1GCCn7eMJySnn6AFBDzICeLDa6cJ_8utj8Kc9I-1689604293-0-AX+\/2+xyvyEEj51kd7J74etrS5oBuh6YpT9P7mWPYc3L'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e83306cd99f7181\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=20.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=20.json index 8a8e8bc..060c955 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=20.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=20.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:49:06 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"pragma":["no-cache"],"set-cookie":["PHPSESSID=gajisv6ksjllpa34gh7dl6cggv; path=\/"],"vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"Server-Timing":["cf-q-config;dur=5.9999983932357e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=Bk1F%2BxF9N71jhzkHVxPSezz4eeKu4byqcW8JzrX9mIuV0skA6NJFXNYXyIYQKb5klWmiba%2BOqy8brKOiHX%2B2Zh986OqtMeDTeE%2F6AecFK57nfK6jBqgx%2FINQQEU9aAeDTgASnR3KDVtviT8iFfm3EelWmNaqYw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"CF-RAY":["76c022abffc421bd-DUS"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2810<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2810<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2301');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 01:20:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmikhail gorbachev\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmikhail gorbachev\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:617601141\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1235202282]\" target=\"_blank\">[U:1:1235202282]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199195468010\" target=\"_blank\">76561199195468010<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 01:20:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-03 01:20:17\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2301\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-05 23:01:38\">mikhail gorbachev<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-05 23:06:26\">mikhail gorbachev<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 01:06:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNlack Bigger\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNlack Bigger\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:578852655\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1157705310]\" target=\"_blank\">[U:1:1157705310]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199117971038\" target=\"_blank\">76561199117971038<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 01:06:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-10 01:06:02\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2299');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 01:04:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n" Johwnny " | ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n" Johwnny " | ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:712809414\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1425618828]\" target=\"_blank\">[U:1:1425618828]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199385884556\" target=\"_blank\">76561199385884556<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 01:04:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-04 01:04:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Language<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2299\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:0:712809414&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-03 22:44:41\">" Johwnny " | ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2298');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-03 00:11:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsupercalifragexpidious\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n \n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsupercalifragexpidious\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714047206\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428094412]\" target=\"_blank\">[U:1:1428094412]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388360140\" target=\"_blank\">76561199388360140<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-03 00:11:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_ragdoll_gravity<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2298\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_2297');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/bd.jpg\" alt=\"BD\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-02 23:49:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSAM1\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n SAM1\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:653087073\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1306174147]\" target=\"_blank\">[U:1:1306174147]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199266439875\" target=\"_blank\">76561199266439875<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-02 23:49:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-03 23:49:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2297\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-03 00:12:05\">SAM1<\/span>, <span title=\"Server: 51.79.162.166:25580, Date: 2022-09-03 00:04:58\">SAM1<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2296');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-02 21:16:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGreek Freak\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGreek Freak\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714215115\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428430231]\" target=\"_blank\">[U:1:1428430231]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388695959\" target=\"_blank\">76561199388695959<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-02 21:16:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2296\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2295');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-02 21:03:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nshroud\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nshroud\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:681173856\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1362347712]\" target=\"_blank\">[U:1:1362347712]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199322613440\" target=\"_blank\">76561199322613440<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-02 21:03:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Wallhack<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2295\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:681173856&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2294');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-02 19:36:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nIce\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nIce\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:124638490\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:249276981]\" target=\"_blank\">[U:1:249276981]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198209542709\" target=\"_blank\">76561198209542709<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-02 19:36:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-03 19:36:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2294\">\nPlease Wait...\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2293');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-02 19:11:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWarlord_Luffy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWarlord_Luffy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714075410\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428150821]\" target=\"_blank\">[U:1:1428150821]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388416549\" target=\"_blank\">76561199388416549<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-02 19:11:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2293\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-03 17:56:32\">Warlord_Luffy<\/span>\n <\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2292');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/tw.jpg\" alt=\"TW\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-02 15:53:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nowo QAQ wow oAo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nowo QAQ wow oAo\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:621460214\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1242920428]\" target=\"_blank\">[U:1:1242920428]<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199203186156\" target=\"_blank\">76561199203186156<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-02 15:53:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-03 15:53:17\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2292\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:621460214&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-02 15:54:23\">owo QAQ wow oAo<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_2291');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-02 14:50:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBip Bap\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBip Bap\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:557880874\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1115761748]\" target=\"_blank\">[U:1:1115761748]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199076027476\" target=\"_blank\">76561199076027476<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-02 14:50:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2291\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25580, Date: 2022-09-02 14:51:15\">Bip Bap<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2290');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 23:36:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nOrk1e\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nOrk1e\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:682196739\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1364393479]\" target=\"_blank\">[U:1:1364393479]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/76561199324659207\" target=\"_blank\">76561199324659207<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 23:36:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-02 00:36:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">edge<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2290\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 22:50:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nshroud\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nshroud\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:714024583\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428049167]\" target=\"_blank\">[U:1:1428049167]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388314895\" target=\"_blank\">76561199388314895<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 22:50:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Talking shit to admins and talking shit to the server<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-02 14:56:20\">shroud<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2288');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 20:40:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nno g ghostcap.com\n <\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nno g ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:575851349\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1151702699]\" target=\"_blank\">[U:1:1151702699]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199111968427\" target=\"_blank\">76561199111968427<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 20:40:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-02 20:40:36\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2288\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">5 <a href='index.php?p=banlist&searchText=STEAM_1:1:575851349&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-09-02 20:08:09\">no g ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-09-02 20:22:43\">no g ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-09-02 18:07:55\">no g ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2287');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 20:34:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGnocchi Ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGnocchi Ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:648286884\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1296573769]\" target=\"_blank\">[U:1:1296573769]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199256839497\" target=\"_blank\">76561199256839497<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 20:34:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-02 20:34:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2287\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2286');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 20:26:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMichaelScottnotroll ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMichaelScottnotroll ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:658072158\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1316144316]\" target=\"_blank\">[U:1:1316144316]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199276410044\" target=\"_blank\">76561199276410044<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 20:26:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-02 20:26:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">throwing nades to his team<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2286\">\nPlease Wait...\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:0:658072158&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2285');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 18:53:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00d0\u00b0p1ll\u00d0\u00b5s\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00d0\u00b0p1ll\u00d0\u00b5s\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:713837259\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1427674519]\" target=\"_blank\">[U:1:1427674519]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199387940247\" target=\"_blank\">76561199387940247<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 18:53:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2285\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-19 23:19:41\">\u00d0\u0090tom<\/span>\n <\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2284');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 18:51:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00d0\u00a2hum\u00d1\u20ac\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00d0\u00a2hum\u00d1\u20ac\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:713641088\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1427282177]\" target=\"_blank\">[U:1:1427282177]<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199387547905\" target=\"_blank\">76561199387547905<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 18:51:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2284\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-23 22:25:26\">nevesta koti<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-05 23:44:04\">nevesta koti<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 18:49:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCB\u00d0\u00a2m\u00d0\u00b0st\u00d0\u00b5r\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCB\u00d0\u00a2m\u00d0\u00b0st\u00d0\u00b5r\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:713091379\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1426182759]\" target=\"_blank\">[U:1:1426182759]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199386448487\" target=\"_blank\">76561199386448487<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 18:49:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bye<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-19 22:55:24\">ratatata<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2282');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 18:49:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDam\u00d0\u00a2\u00d0\u00b0c\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDam\u00d0\u00a2\u00d0\u00b0c\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:713417303\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1426834606]\" target=\"_blank\">[U:1:1426834606]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199387100334\" target=\"_blank\">76561199387100334<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 18:49:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">earrape<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2282\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-19 22:56:17\">SMOOVY \u00d0\u00a1\u00d0\u017e\u00d0\u00a1\u00d0\u2022\u00d0\u00a2 \u00d0\u00a7\u00d0\u203a\u00d0\u2022\u00d0\u009d \u00d0\u0161\u00d0\u017e\u00d0\u00a2\u00d0\u02dc<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2281');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 18:47:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nVovi\u00d0\u00ba\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVovi\u00d0\u00ba\n<\/td>\n \n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:713279105\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1426558210]\" target=\"_blank\">[U:1:1426558210]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199386823938\" target=\"_blank\">76561199386823938<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 18:47:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">alt accounts<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2281\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2280');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 18:43:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCB\u00d0\u00a2m\u00d0\u00b0st\u00d0\u00b5r\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCB\u00d0\u00a2m\u00d0\u00b0st\u00d0\u00b5r\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:713091379\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1426182759]\" target=\"_blank\">[U:1:1426182759]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199386448487\" target=\"_blank\">76561199386448487<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 18:43:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwrong ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bye<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2280\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2279');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 18:43:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCBTmaster\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCBTmaster\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n <\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:558436758\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1116873517]\" target=\"_blank\">[U:1:1116873517]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199077139245\" target=\"_blank\">76561199077139245<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 18:43:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwrong ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">ear rape<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2279\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-09-01 18:43:29\">CBTmaster<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2278');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 18:39:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSaurono\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSaurono\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:75230214\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:150460428]\" target=\"_blank\">[U:1:150460428]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198110726156\" target=\"_blank\">76561198110726156<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 18:39:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwrong ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">ear rape<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2278\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2277');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 18:37:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFaktor\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFaktor\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:438709456\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:877418912]\" target=\"_blank\">[U:1:877418912]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198837684640\" target=\"_blank\">76561198837684640<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 18:37:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwrong ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">racist<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2277\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:438709456&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2276');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 18:17:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbald white\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbald white\n <\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:622335294\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1244670589]\" target=\"_blank\">[U:1:1244670589]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199204936317\" target=\"_blank\">76561199204936317<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 18:17:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-02 18:17:08\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2276\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-02 11:19:52\">bald white<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2275');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 17:08:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nspotted sa caloocan\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nspotted sa caloocan\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:594227125\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1188454250]\" target=\"_blank\">[U:1:1188454250]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199148719978\" target=\"_blank\">76561199148719978<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 17:08:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-02 17:08:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">trolling ,teamswitching<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2275\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:594227125&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_2274');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/bn.jpg\" alt=\"BN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 15:36:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGorillaRTX\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGorillaRTX\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:628960489\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1257920978]\" target=\"_blank\">[U:1:1257920978]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199218186706\" target=\"_blank\">76561199218186706<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 15:36:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-02 15:36:37\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2274\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2273');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 14:45:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nouopenitup\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nouopenitup\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:714117730\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428235460]\" target=\"_blank\">[U:1:1428235460]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388501188\" target=\"_blank\">76561199388501188<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 14:45:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2273\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2272');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-09-01 14:01:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nEvo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nEvo\n<\/td>\n \n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:483287730\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:966575461]\" target=\"_blank\">[U:1:966575461]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198926841189\" target=\"_blank\">76561198926841189<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-09-01 14:01:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-09-02 14:01:11\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2272\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:483287730&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-09-02 13:13:27\">(|3eaver)<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 570 - 600 of 2810 results | <b><a href='index.php?p=banlist&page=19' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=21' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\" selected=\"selected\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76c022abffc421bd',m:'oZnTNyrFzE6Uuwyx7GVqRjkxaqmDHajr.ST7w4mD5Xw-1668768546-0-AfJdDdidwAeEd+uEb0DL1jl9REaAaD43IANzcY+VlgrDQ+3a0J94t8jN4WqvhIiIg0oZ\/9MIN1KM5pQ6P9xTCMimbPippJ4UJYoA7OMQnFMY\/GrmOX863qjG0539OwloD5Oe8C6AKsZfqGbUYq+NjKE=',s:[0x7187c60fee,0xdafac75227],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76c022abffc421bd\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:32:35 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=flijfra1iv27ni9f9eg39jmhpj; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=R3GvDOlwI5zLCIfpJVabWyJk%2BND5Py2v9FRB5EsDkZbfvSJe%2B9Mg86b%2F9tixuwV6mMh5s4exSMVyMQr%2BwHvseQEf%2FX%2B0zHtfkUyqlbZMOegFzFPcH1jzcDmjfrWGiqDReokAsjySFy91MaqYIJxrGKSMTBW3Jw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8331f27e26215d-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4481');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-05 10:38:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSayso!\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSayso!\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:221631741\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:443263482]\" target=\"_blank\">[U:1:443263482]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198403529210\" target=\"_blank\">76561198403529210<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-05 10:38:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4481\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4480');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-05 04:59:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nxelo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nxelo\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:766003838\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1532007677]\" target=\"_blank\">[U:1:1532007677]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199492273405\" target=\"_blank\">76561199492273405<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-05 04:59:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4480\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4479');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-05 02:46:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbismilahPEEK EkuBeast\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbismilahPEEK EkuBeast\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:527981432\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1055962865]\" target=\"_blank\">[U:1:1055962865]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199016228593\" target=\"_blank\">76561199016228593<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-05 02:46:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_postprocess_enable<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4479\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4478');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fr.jpg\" alt=\"FR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-05 00:05:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFalki\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFalki\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:24311384\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:48622769]\" target=\"_blank\">[U:1:48622769]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198008888497\" target=\"_blank\">76561198008888497<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-05 00:05:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-06 00:05:08\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4478\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-04-05 21:42:26\">Falki<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-04-05 22:19:58\">Falki<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4477');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/fi.jpg\" alt=\"FI\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-04 23:51:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nghostcap.com is the best\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nghostcap.com is the best\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:641870016\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1283740032]\" target=\"_blank\">[U:1:1283740032]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199244005760\" target=\"_blank\">76561199244005760<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-04 23:51:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-05 23:51:51\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4477\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:641870016&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (6)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-04-05 00:38:53\">ghostcap.com is the best<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-04-05 18:01:56\">ghostcap.com is the best<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-04-05 20:53:25\">ghostcap.com is the best<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-04-05 21:22:17\">ghostcap.com is the best caseope<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-04-05 23:07:38\">ghostcap.com is the best caseope<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-04-05 23:51:19\">ghostcap.com is the best caseope<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4476');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-04 20:44:31<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nYash\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nYash\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:620374716\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1240749433]\" target=\"_blank\">[U:1:1240749433]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199201015161\" target=\"_blank\">76561199201015161<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-04 20:44:31<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-05 20:44:31\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4476\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4475');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-04 18:52:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWorky\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWorky\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:702592330\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1405184661]\" target=\"_blank\">[U:1:1405184661]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199365450389\" target=\"_blank\">76561199365450389<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-04 18:52:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-11 18:52:29\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Killing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4475\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (6)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-06 19:04:32\">ykroW<\/span>, <span title=\"Server: :, Date: 2023-04-06 19:04:45\">ykroW<\/span>, <span title=\"Server: :, Date: 2023-04-06 19:41:10\">ykroW<\/span>, <span title=\"Server: :, Date: 2023-04-09 14:04:10\">ykroW<\/span>, <span title=\"Server: :, Date: 2023-04-11 17:40:11\">ykroW<\/span>, <span title=\"Server: :, Date: 2023-04-11 18:42:17\">ykroW<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4474');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-04 16:43:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nZXCGUL\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nZXCGUL\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:634259401\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1268518803]\" target=\"_blank\">[U:1:1268518803]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199228784531\" target=\"_blank\">76561199228784531<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-04 16:43:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4474\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4473');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/dk.jpg\" alt=\"DK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-04 15:19:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njensneta05\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njensneta05\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:765665612\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1531331225]\" target=\"_blank\">[U:1:1531331225]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491596953\" target=\"_blank\">76561199491596953<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-04 15:19:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4473\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4472');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-04 09:53:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFamilyguylover17\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFamilyguylover17\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:764208459\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1528416919]\" target=\"_blank\">[U:1:1528416919]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199488682647\" target=\"_blank\">76561199488682647<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-04 09:53:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4472\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4471');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-04 07:48:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMas0n#7728\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMas0n#7728\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:764214421\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1528428842]\" target=\"_blank\">[U:1:1528428842]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199488694570\" target=\"_blank\">76561199488694570<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-04 07:48:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4471\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4470');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pt.jpg\" alt=\"PT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-04 06:20:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMagnum\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMagnum\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:766280201\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1532560403]\" target=\"_blank\">[U:1:1532560403]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199492826131\" target=\"_blank\">76561199492826131<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-04 06:20:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4470\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4469');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pt.jpg\" alt=\"PT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-04 00:11:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nG R A N D E\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nG R A N D E\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:766027940\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1532055880]\" target=\"_blank\">[U:1:1532055880]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199492321608\" target=\"_blank\">76561199492321608<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-04 00:11:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4469\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4468');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-03 23:20:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJames Charles\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJames Charles\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:766015533\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1532031066]\" target=\"_blank\">[U:1:1532031066]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199492296794\" target=\"_blank\">76561199492296794<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-03 23:20:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4468\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4467');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/tr.jpg\" alt=\"TR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-03 18:10:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsertu\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsertu\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:564427448\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1128854897]\" target=\"_blank\">[U:1:1128854897]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199089120625\" target=\"_blank\">76561199089120625<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-03 18:10:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4467\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4466');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-03 13:18:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nVacCantCatchMe\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVacCantCatchMe\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:765776984\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1531553969]\" target=\"_blank\">[U:1:1531553969]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491819697\" target=\"_blank\">76561199491819697<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-03 13:18:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4466\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4465');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-03 13:18:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRatTricks\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRatTricks\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:765898598\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1531797196]\" target=\"_blank\">[U:1:1531797196]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199492062924\" target=\"_blank\">76561199492062924<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-03 13:18:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4465\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4464');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-03 13:03:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nezheadshot\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nezheadshot\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:765543663\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1531087327]\" target=\"_blank\">[U:1:1531087327]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491353055\" target=\"_blank\">76561199491353055<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-03 13:03:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4464\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4463');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-03 10:29:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nyeon winchester\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nyeon winchester\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:197328260\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:394656520]\" target=\"_blank\">[U:1:394656520]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198354922248\" target=\"_blank\">76561198354922248<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-03 10:29:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4463\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4462');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-03 06:50:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWinterspider108\/CSBRO\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWinterspider108\/CSBRO\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:526131495\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1052262991]\" target=\"_blank\">[U:1:1052262991]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199012528719\" target=\"_blank\">76561199012528719<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-03 06:50:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4462\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4461');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-03 05:42:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nshankkyyy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nshankkyyy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:171676797\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:343353595]\" target=\"_blank\">[U:1:343353595]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198303619323\" target=\"_blank\">76561198303619323<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-03 05:42:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-04 05:42:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4461\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4460');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/es.jpg\" alt=\"ES\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-03 03:13:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMarcos\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMarcos\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:583680399\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1167360798]\" target=\"_blank\">[U:1:1167360798]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199127626526\" target=\"_blank\">76561199127626526<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-03 03:13:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-04-02 03:13:27\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4460\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4459');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-03 02:36:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #32\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #32\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:582324266\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1164648533]\" target=\"_blank\">[U:1:1164648533]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199124914261\" target=\"_blank\">76561199124914261<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-03 02:36:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4459\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4458');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pt.jpg\" alt=\"PT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-03 02:02:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nucantfindme\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nucantfindme\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:620380906\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1240761812]\" target=\"_blank\">[U:1:1240761812]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199201027540\" target=\"_blank\">76561199201027540<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-03 02:02:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4458\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4457');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pl.jpg\" alt=\"PL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-02 23:14:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfrixon\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfrixon\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:163574333\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:327148666]\" target=\"_blank\">[U:1:327148666]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198287414394\" target=\"_blank\">76561198287414394<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-02 23:14:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-03 23:14:08\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4457\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4456');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-02 23:04:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBoredx\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBoredx\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:493331305\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:986662611]\" target=\"_blank\">[U:1:986662611]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198946928339\" target=\"_blank\">76561198946928339<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-02 23:04:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-03 23:04:23\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4456\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-04-03 21:51:15\">Boredx<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4455');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-02 22:31:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSky\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSky\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:220522437\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:441044874]\" target=\"_blank\">[U:1:441044874]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198401310602\" target=\"_blank\">76561198401310602<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-02 22:31:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4455\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4454');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-02 22:31:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnabiel\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnabiel\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:190233123\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:380466247]\" target=\"_blank\">[U:1:380466247]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198340731975\" target=\"_blank\">76561198340731975<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-02 22:31:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-03 22:31:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4454\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-03 00:45:26\">nabiel<\/span>, <span title=\"Server: :, Date: 2023-04-03 20:46:33\">nabiel<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4453');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-02 22:30:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nprxALISU\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nprxALISU\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:752692885\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1505385771]\" target=\"_blank\">[U:1:1505385771]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199465651499\" target=\"_blank\">76561199465651499<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-02 22:30:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4453\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-04-02 22:33:51\">prxALISU<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4452');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-04-02 21:43:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nwilson\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwilson\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:193844210\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:387688421]\" target=\"_blank\">[U:1:387688421]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198347954149\" target=\"_blank\">76561198347954149<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-04-02 21:43:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-04-03 21:43:15\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4452\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:193844210&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-04-02 22:25:46\">wilson<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 570 - 600 of 4967 results | <b><a href=\"index.php?p=banlist&page=19\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=21\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\" selected=\"selected\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8331f27e26215d',m:'DzdDLQlEj1i15eQgFNfcUJxLvS61Eyg_KtnH5dNCRxY-1689604355-0-Af1TDG0JPvJnLVDxUiYRz\/fO+pbv9qYmsBo+BCV6n9Pk'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8331f27e26215d\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=3.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=3.json index 4b68649..df3ad9d 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=3.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=3.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 18:23:18 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"CF-Ray":["76ba7f275de81615-DUS"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Set-Cookie":["PHPSESSID=2ofchd9gq609fu20ilpceoaqnf; path=\/"],"Vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"cf-apo-via":["origin,host"],"pragma":["no-cache"],"Server-Timing":["cf-q-config;dur=7.0000005507609e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=gC%2Ft0OUaq7ff7kig4fOZoDIPnK8m%2BuW93M1yWv68Z06ttt4nOyxb%2FX73Gf4X0iafLYJzvgtf8FS9qH9qv7jQT%2BJQ4kiyKnt2d7GOKkVHhBkFROu2qey1UtwTE0E4CaR8h4PQGXRcx2Bf1mlwaVe3tIt%2Fx8Svpw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2804<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2804<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2814');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/kz.jpg\" alt=\"KZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-06 21:43:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntolmangur\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntolmangur\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:49793699\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:99587398]\" target=\"_blank\">[U:1:99587398]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198059853126\" target=\"_blank\">76561198059853126<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-06 21:43:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-07 21:43:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2814\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2813');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-06 21:37:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLegalizeWeedAmericanAssociation\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLegalizeWeedAmericanAssociation\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:530879664\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1061759328]\" target=\"_blank\">[U:1:1061759328]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199022025056\" target=\"_blank\">76561199022025056<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-06 21:37:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-13 21:37:46\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">play racist song<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2813\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-06 21:40:11\">LegalizeWeedAmericanAssociation<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-06 21:38:15\">LegalizeWeedAmericanAssociation<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-06 21:39:24\">LegalizeWeedAmericanAssociation<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-13 08:55:12\">LegalizeWeedAmericanAssociation<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2812');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-06 21:30:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSLEEPER\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSLEEPER\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:172094602\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:344189204]\" target=\"_blank\">[U:1:344189204]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/76561198304454932\" target=\"_blank\">76561198304454932<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-06 21:30:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-06 21:31:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2812\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:0:172094602&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n <\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2811');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/.jpg\" alt=\"\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-06 20:45:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nStonk<3 ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nStonk<3 ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:635252480\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1270504961]\" target=\"_blank\">[U:1:1270504961]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199230770689\" target=\"_blank\">76561199230770689<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-06 20:45:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-07 20:45:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2811\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <span title=\"Server: 51.79.162.166:25573, Date: 2022-11-07 19:33:02\">Stonk<3 ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-07 18:42:39\">Stonk<3 ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-07 19:11:33\">Stonk<3 ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2810');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-06 13:41:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nyour mom\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nyour mom\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:462041679\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:924083358]\" target=\"_blank\">[U:1:924083358]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198884349086\" target=\"_blank\">76561198884349086<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-06 13:41:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-07 13:41:44\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2810\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-11-06 17:12:36\">your mom<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2809');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-06 13:27:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nzeke\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nzeke\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:0:631129392\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1262258784]\" target=\"_blank\">[U:1:1262258784]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199222524512\" target=\"_blank\">76561199222524512<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-06 13:27:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-07 13:27:47\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2809\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-06 13:39:09\">zeke<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-06 13:38:46\">zeke<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-06 13:42:51\">zeke<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2808');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-06 12:19:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n[ST]South ZixG\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n[ST]South ZixG\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n \n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:527897788\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1055795576]\" target=\"_blank\">[U:1:1055795576]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199016061304\" target=\"_blank\">76561199016061304<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-06 12:19:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-06 13:19:01\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">inflate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2808\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-06 00:54:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nqadrto\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nqadrto\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n <\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:712066246\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1424132493]\" target=\"_blank\">[U:1:1424132493]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199384398221\" target=\"_blank\">76561199384398221<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-06 00:54:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Ban evading<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-06 01:28:46\">potato<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2806');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-05 23:39:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n****'\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n****'\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:3008361\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:6016723]\" target=\"_blank\">[U:1:6016723]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561197966282451\" target=\"_blank\">76561197966282451<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-05 23:39:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2806\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-05 23:50:42\">****'<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-05 23:56:18\">****'<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2805');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-05 14:50:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nthanosaops25\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nthanosaops25\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:572726719\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1145453438]\" target=\"_blank\">[U:1:1145453438]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/76561199105719166\" target=\"_blank\">76561199105719166<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-05 14:50:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-06 14:50:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2805\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n <\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2804');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-05 13:49:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nraNgzera\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nraNgzera\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:636138269\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1272276539]\" target=\"_blank\">[U:1:1272276539]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199232542267\" target=\"_blank\">76561199232542267<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-05 13:49:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-06 13:49:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2804\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:636138269&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2803');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-05 12:31:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSHRX Ryu. ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSHRX Ryu. ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:722930776\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1445861552]\" target=\"_blank\">[U:1:1445861552]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199406127280\" target=\"_blank\">76561199406127280<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-05 12:31:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-11-05 12:31:29\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2803\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-04 22:50:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nducking ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">12 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nducking ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:139520389\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:279040778]\" target=\"_blank\">[U:1:279040778]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198239306506\" target=\"_blank\">76561198239306506<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-04 22:50:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-05 10:50:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">inflate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-04 23:59:55\">ducking(PERM B MIC) ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2800');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-04 20:09:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nparr8\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nparr8\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:564865227\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1129730455]\" target=\"_blank\">[U:1:1129730455]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199089996183\" target=\"_blank\">76561199089996183<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-04 20:09:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-05 20:09:11\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2800\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">5 <a href='index.php?p=banlist&searchText=STEAM_1:1:564865227&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-11-05 11:01:07\">parr8<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n \n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2799');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-04 19:54:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nducking ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nducking ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:139520389\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:279040778]\" target=\"_blank\">[U:1:279040778]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198239306506\" target=\"_blank\">76561198239306506<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-04 19:54:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-04 20:54:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">inflate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2799\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-04 19:56:05\">ducking ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-04 20:01:54\">ducking ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2798');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-04 19:14:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHatsu\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHatsu\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:575851349\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1151702699]\" target=\"_blank\">[U:1:1151702699]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199111968427\" target=\"_blank\">76561199111968427<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-04 19:14:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-05 19:14:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2798\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">5 <a href='index.php?p=banlist&searchText=STEAM_1:1:575851349&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-05 18:53:23\">Hatsu\u00e2\u2122\u00a1<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-04 19:15:17\">Hatsu\u00e2\u2122\u00a1<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-05 19:12:20\">Hatsu\u00e2\u2122\u00a1<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2797');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-04 18:57:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkarma\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkarma\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:0:612104456\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1224208912]\" target=\"_blank\">[U:1:1224208912]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199184474640\" target=\"_blank\">76561199184474640<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-04 18:57:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-11-04 18:57:00\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2797\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-04 18:57:33\">karma \u00e3\u201a\u00ab\u00e3\u0192\u201e\u00e3\u0192\u0178<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-04 18:57:51\">karma \u00e3\u201a\u00ab\u00e3\u0192\u201e\u00e3\u0192\u0178<\/span>, <span title=\"Server: 51.79.162.166:25580, Date: 2022-11-08 21:31:35\">karma \u00e3\u201a\u00ab\u00e3\u0192\u201e\u00e3\u0192\u0178<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2796');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-03 19:20:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njake\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njake\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:648321208\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1296642417]\" target=\"_blank\">[U:1:1296642417]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199256908145\" target=\"_blank\">76561199256908145<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-03 19:20:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-04 19:20:24\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2796\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2795');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-02 21:43:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nwindows xp\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwindows xp\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:722520163\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1445040326]\" target=\"_blank\">[U:1:1445040326]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199405306054\" target=\"_blank\">76561199405306054<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-02 21:43:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2795\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-02 21:50:41\">windows xp<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2794');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-02 21:18:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nA L I Z A D A ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nA L I Z A D A ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:614595321\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1229190642]\" target=\"_blank\">[U:1:1229190642]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199189456370\" target=\"_blank\">76561199189456370<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-02 21:18:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">inflate, edge, trolling, rtv rallies<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2794\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:0:614595321&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-04 20:25:42\">Kxnox<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2793');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-02 20:59:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ni mg3\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ni mg3\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:539874316\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1079748633]\" target=\"_blank\">[U:1:1079748633]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199040014361\" target=\"_blank\">76561199040014361<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-02 20:59:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-03 20:59:02\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2793\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_2792');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-02 18:39:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFaZe Germaine\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFaZe Germaine\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:729214735\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1458429470]\" target=\"_blank\">[U:1:1458429470]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199418695198\" target=\"_blank\">76561199418695198<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-02 18:39:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Cheating<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2792\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-02 16:29:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBunny FuFu\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBunny FuFu\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:631352025\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1262704050]\" target=\"_blank\">[U:1:1262704050]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199222969778\" target=\"_blank\">76561199222969778<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-02 16:29:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-03 16:29:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2790');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-02 14:11:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncoltmax12\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncoltmax12\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:728828995\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1457657991]\" target=\"_blank\">[U:1:1457657991]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199417923719\" target=\"_blank\">76561199417923719<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-02 14:11:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-11-02 14:11:00\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2790\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-11-02 14:11:29\">coltmax12<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-01 21:39:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmirxcle\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmirxcle\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:563143117\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1126286235]\" target=\"_blank\">[U:1:1126286235]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199086551963\" target=\"_blank\">76561199086551963<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-01 21:39:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Wallhack<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:1:563143117&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2788');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-01 20:16:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSanda\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSanda\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:593727068\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1187454137]\" target=\"_blank\">[U:1:1187454137]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199147719865\" target=\"_blank\">76561199147719865<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-01 20:16:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-02 20:16:53\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">kill teammate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2788\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-01 20:18:21\">Sanda<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-01 20:17:23\">Sanda<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-02 19:51:36\">Sanda<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2787');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-01 18:10:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLyf3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLyf3\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n <\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:721331012\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1442662024]\" target=\"_blank\">[U:1:1442662024]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199402927752\" target=\"_blank\">76561199402927752<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-01 18:10:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-02 18:10:16\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n <td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2787\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:721331012&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-02 17:35:57\">Lyf3<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-02 17:11:36\">Lyf3<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2786');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-01 18:09:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCrabby\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCrabby\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n <div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:715887197\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1431774395]\" target=\"_blank\">[U:1:1431774395]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199392040123\" target=\"_blank\">76561199392040123<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-01 18:09:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-02 18:09:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2786\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-11-02 14:01:38\">Crabby<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2785');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/bg.jpg\" alt=\"BG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-01 17:56:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00d0\u2019\u00d0\u00b8\u00d0\u00b4\u00d0\u00b8\u00d0\u00bc\u00d0\u00be \u00d0\u009d\u00d0\u00b5\u00d0\u00b2\u00d0\u00b8\u00d0\u00b4\u00d0\u00b8\u00d0\u00bc\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00d0\u2019\u00d0\u00b8\u00d0\u00b4\u00d0\u00b8\u00d0\u00bc\u00d0\u00be \u00d0\u009d\u00d0\u00b5\u00d0\u00b2\u00d0\u00b8\u00d0\u00b4\u00d0\u00b8\u00d0\u00bc\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:560244964\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1120489929]\" target=\"_blank\">[U:1:1120489929]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199080755657\" target=\"_blank\">76561199080755657<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-01 17:56:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-08 17:56:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">troll<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2785\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-07 19:57:05\">\u00d0\u2019\u00d0\u00b8\u00d0\u00b4\u00d0\u00b8\u00d0\u00bc\u00d0\u00be \u00d0\u009d\u00d0\u00b5\u00d0\u00b2\u00d0\u00b8\u00d0\u00b4\u00d0\u00b8\u00d0\u00bc<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2784');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-01 15:30:31<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n-1movement\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n-1movement\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:720649845\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1441299691]\" target=\"_blank\">[U:1:1441299691]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199401565419\" target=\"_blank\">76561199401565419<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-01 15:30:31<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-02 15:30:31\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2784\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 60 - 90 of 2804 results | <b><a href='index.php?p=banlist&page=2' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=4' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\" selected=\"selected\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76ba7f275de81615',m:'kKNCD64Fg4YnBURYwWX9fsOMLmlSg5XIqMw6bQIEk.o-1668709398-0-AciKMrhujlJ\/KEaoeZkzIO85I7RUMIeWsZWx7oCiGI0nXBZf2kMYF98jo1vpnXPDvvHNzTN9yEkGVmdGat9OxvCA3HG0i1lcc9j4M4x\/RWyXFn86ZL9OMZltt6AqNU\/0gc2yLDIA4ex\/WEzGrfe8PCw=',s:[0xe850d68774,0x3c393b987f],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76ba7f275de81615\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:32:12 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=arh01vf9f1u515cg6bu5tr1na4; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=quzgLz1SlsFbRnZvUbPa27rj91gSB6%2FxKjsmbFY%2BfhgSiuKeIlkqXxjAaKto9%2BoqoPl34wMVKViyiyf23wW742W2eGRtfDbFNZr6VA22wjbC3sVEK50gS236KVDoZwX8mParlGdOxdHzbVPyT8Q5aImv8fzvOA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8331636e007163-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4996');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-30 00:51:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\narie\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\narie\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:632334178\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1264668357]\" target=\"_blank\">[U:1:1264668357]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199224934085\" target=\"_blank\">76561199224934085<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-30 00:51:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-01 00:51:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4996\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">11 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:632334178&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4995');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-29 22:14:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\naimbotislife\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\naimbotislife\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:700340240\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1400680481]\" target=\"_blank\">[U:1:1400680481]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199360946209\" target=\"_blank\">76561199360946209<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-29 22:14:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4995\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:700340240&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-07-02 02:10:41\">aimbotislife<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4994');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/rs.jpg\" alt=\"RS\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-29 20:37:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njanci killer CaseOpening.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njanci killer CaseOpening.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:772816721\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1545633443]\" target=\"_blank\">[U:1:1545633443]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199505899171\" target=\"_blank\">76561199505899171<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-29 20:37:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-30 20:37:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4994\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4993');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-29 15:17:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRa1ny\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRa1ny\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:753109533\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1506219066]\" target=\"_blank\">[U:1:1506219066]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199466484794\" target=\"_blank\">76561199466484794<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-29 15:17:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4993\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:753109533&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-29 12:24:58<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nunnamed\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nunnamed\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:530729001\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1061458002]\" target=\"_blank\">[U:1:1061458002]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199021723730\" target=\"_blank\">76561199021723730<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-29 12:24:58<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Language<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-29 08:30:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nzeno\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nzeno\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:780468821\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1560937643]\" target=\"_blank\">[U:1:1560937643]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199521203371\" target=\"_blank\">76561199521203371<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-29 08:30:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Multi-Hack<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-29 10:09:30\">z e n o<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4990');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-28 22:34:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ngyattdaum\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ngyattdaum\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:780602708\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1561205416]\" target=\"_blank\">[U:1:1561205416]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199521471144\" target=\"_blank\">76561199521471144<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-28 22:34:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4990\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4989');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-28 22:17:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ni wish u were here\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ni wish u were here\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:776657614\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1553315228]\" target=\"_blank\">[U:1:1553315228]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199513580956\" target=\"_blank\">76561199513580956<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-28 22:17:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4989\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4988');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-28 16:18:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWhiteShark\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWhiteShark\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:618382300\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1236764600]\" target=\"_blank\">[U:1:1236764600]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199197030328\" target=\"_blank\">76561199197030328<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-28 16:18:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-29 16:18:54\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4988\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4987');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-28 01:32:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTheChosenOne\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTheChosenOne\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:765524147\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1531048294]\" target=\"_blank\">[U:1:1531048294]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199491314022\" target=\"_blank\">76561199491314022<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-28 01:32:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-29 01:32:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4987\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:765524147&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-28 19:13:39\">TheChosenOne<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-28 19:12:18\">TheChosenOne<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4986');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-28 01:26:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\niMug\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\niMug\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:245799198\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:491598396]\" target=\"_blank\">[U:1:491598396]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198451864124\" target=\"_blank\">76561198451864124<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-28 01:26:41<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-29 01:26:41\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4986\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-06-28 01:37:10\">iMug<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4985');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-27 22:57:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nItzSpeeedyy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">2 d, 10 hr, 20 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nItzSpeeedyy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:768137871\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1536275743]\" target=\"_blank\">[U:1:1536275743]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199496541471\" target=\"_blank\">76561199496541471<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-27 22:57:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">2 d, 10 hr, 20 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-30 09:17:00\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">no u dont have warning 2, u have ban<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4985\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-29 18:47:31\">lunda is my god<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-28 22:34:03\">ItzSpeeedyy<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-29 16:24:23\">lunda is my god<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4984');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-27 20:18:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfaris\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfaris\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:596579776\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1193159553]\" target=\"_blank\">[U:1:1193159553]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199153425281\" target=\"_blank\">76561199153425281<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-27 20:18:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHis 1st time making mistake so we give chances\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">exploiting<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4984\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:596579776&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-07-05 21:16:28\">faris<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-27 20:19:14\">faris<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-03 19:13:14\">faris<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-05 21:18:29\">faris<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-27 19:25:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njsm\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njsm\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:558748311\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1117496623]\" target=\"_blank\">[U:1:1117496623]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199077762351\" target=\"_blank\">76561199077762351<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-27 19:25:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-27 19:25:51\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Racism<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_0:1:558748311&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (6)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-06-27 19:57:26\">jsm<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-03 17:58:34\">jsm<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-04 15:43:48\">jsm<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-04 19:36:33\">jsm<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-05 20:13:32\">jsm<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-09 23:30:37\">jsm<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-27 19:25:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\npakistanstreet864\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\npakistanstreet864\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:775023079\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1550046159]\" target=\"_blank\">[U:1:1550046159]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199510311887\" target=\"_blank\">76561199510311887<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-27 19:25:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">promoting other servers in game<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-07-10 07:09:01\">pakistanstreet864<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4981');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-27 11:18:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #276\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #276\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:608473313\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1216946626]\" target=\"_blank\">[U:1:1216946626]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199177212354\" target=\"_blank\">76561199177212354<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-27 11:18:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-28 11:18:11\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4981\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4980');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-27 04:35:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFunnyKat\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFunnyKat\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:580933849\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1161867699]\" target=\"_blank\">[U:1:1161867699]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199122133427\" target=\"_blank\">76561199122133427<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-27 04:35:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-28 04:35:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4980\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4979');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-26 23:52:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nice\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nice\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:150492088\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:300984176]\" target=\"_blank\">[U:1:300984176]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198261249904\" target=\"_blank\">76561198261249904<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-26 23:52:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-27 23:52:00\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4979\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-27 16:46:27\">ice<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-26 23:59:04\">ice<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4978');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-26 21:55:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n<a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"a988c7fae9e7cc\">[email protected]<\/a>._.\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"99b8f7cad9d7fc\">[email protected]<\/a>._.\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:712783726\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1425567453]\" target=\"_blank\">[U:1:1425567453]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199385833181\" target=\"_blank\">76561199385833181<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-26 21:55:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-27 21:55:07\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4978\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:712783726&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-06-27 00:50:32\"><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"3d1c536e7d7358\">[email protected]<\/a>._.<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-27 15:55:52\"><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"a889c6fbe8e6cd\">[email protected]<\/a>._.<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4977');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-26 17:04:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njfoote\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njfoote\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:206524346\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:413048692]\" target=\"_blank\">[U:1:413048692]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198373314420\" target=\"_blank\">76561198373314420<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-26 17:04:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-26 17:04:16\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4977\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4976');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-26 16:37:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsieudepchai\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsieudepchai\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:567731073\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1135462147]\" target=\"_blank\">[U:1:1135462147]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199095727875\" target=\"_blank\">76561199095727875<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-26 16:37:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-27 16:37:47\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4976\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-06-27 16:33:37\">sieudepchai<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4975');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cz.jpg\" alt=\"CZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-26 01:05:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsnowflake\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsnowflake\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:770725656\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1541451312]\" target=\"_blank\">[U:1:1541451312]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199501717040\" target=\"_blank\">76561199501717040<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-26 01:05:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4975\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-28 03:29:50\">meo<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-25 18:45:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAkemik\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">3 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAkemik\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:590912532\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1181825065]\" target=\"_blank\">[U:1:1181825065]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199142090793\" target=\"_blank\">76561199142090793<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-25 18:45:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">3 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-09-23 18:45:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Racist and Insulting players<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (7)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-25 21:23:52\">Akemik \u30c4<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-26 13:24:36\">Akemik \u30c4<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-25 21:23:13\">Akemik \u30c4<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-25 21:28:48\">Akemik \u30c4<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-25 21:47:33\">Akemik \u30c4<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-26 13:22:26\">Akemik \u30c4<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-02 19:17:35\">Akemik<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4973');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-25 15:54:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAyamPercik\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAyamPercik\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:606751560\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1213503120]\" target=\"_blank\">[U:1:1213503120]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199173768848\" target=\"_blank\">76561199173768848<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-25 15:54:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-26 15:54:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">troller<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4973\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-25 13:27:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFrostZ\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFrostZ\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:625063847\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1250127694]\" target=\"_blank\">[U:1:1250127694]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199210393422\" target=\"_blank\">76561199210393422<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-25 13:27:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-02 13:27:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Bypass Chat filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-25 13:22:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSmug | ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSmug | ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:216370740\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:432741481]\" target=\"_blank\">[U:1:432741481]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198393007209\" target=\"_blank\">76561198393007209<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-25 13:22:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nunbanned.\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-02 13:22:30\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bypassing chat filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-25 13:31:42\">Smug | ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-25 13:18:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFrame\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFrame\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:199884522\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:399769044]\" target=\"_blank\">[U:1:399769044]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198360034772\" target=\"_blank\">76561198360034772<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-25 13:18:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-02 13:18:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Trying to bypass chat filter.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-25 20:23:43\">Frame<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-25 13:14:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ni am weasel\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ni am weasel\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:1660489\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:3320978]\" target=\"_blank\">[U:1:3320978]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561197963586706\" target=\"_blank\">76561197963586706<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-25 13:14:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nban appeal, first time offense - pedro\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-02 13:14:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bypass chat filter. <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-25 14:39:35\">I am weasel<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-25 14:54:06\">I am weasel<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-25 13:13:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFrost\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFrost\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:448908406\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:897816813]\" target=\"_blank\">[U:1:897816813]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198858082541\" target=\"_blank\">76561198858082541<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-25 13:13:02<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-02 13:13:02\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">insulting word. <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4967');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-25 01:20:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nChimezie\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nChimezie\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:775528123\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1551056246]\" target=\"_blank\">[U:1:1551056246]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199511321974\" target=\"_blank\">76561199511321974<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-25 01:20:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4967\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 60 - 90 of 4967 results | <b><a href=\"index.php?p=banlist&page=2\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=4\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\" selected=\"selected\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script data-cfasync=\"false\" src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\"><\/script><script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8331636e007163',m:'wJfj6CYJRtQ_EJ6iKnAnuNq_wqoFsWJiYZvz8zjXuMw-1689604332-0-AZidmtnMfYmmv6CBXR9Qltrs1QS0aqQXQqExXsXZ5gtl'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8331636e007163\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=4.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=4.json index adb4548..417a3d3 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=4.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=4.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 18:23:18 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"CF-Ray":["76ba7f2c099e1626-DUS"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Set-Cookie":["PHPSESSID=q58bnaim8uuubgnfjbnjs3up7h; path=\/"],"Vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"cf-apo-via":["origin,host"],"pragma":["no-cache"],"Server-Timing":["cf-q-config;dur=7.0000005507609e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=%2B8C%2FwGvyaAZPo7%2F0q45zdKCEV3kA7oRv3u%2B%2Fl%2FXX1G1M3ccD4kHDH5UC0xC%2BZK9hj%2F5yikOeJhVvXn8U%2FpJrh3WCs9Y6uptUNGDDBERpUwUMQDH7VAmSOVBVix70JJ23YDOUmeSwX%2For9n1t2eFbjiBRmd43%2FQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2804<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2804<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2783');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-11-01 14:12:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nI Have Noob Aim | ghostcap.com\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nI Have Noob Aim | ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:725914318\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1451828636]\" target=\"_blank\">[U:1:1451828636]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199412094364\" target=\"_blank\">76561199412094364<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-11-01 14:12:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n <td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-02 14:12:36\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2783\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:725914318&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2782');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-31 21:53:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncimfact\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncimfact\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:706246666\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1412493332]\" target=\"_blank\">[U:1:1412493332]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199372759060\" target=\"_blank\">76561199372759060<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-10-31 21:53:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-01 21:53:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2782\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:706246666&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-11-01 20:12:04\">cimfact<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2781');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-31 18:59:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHyper\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHyper\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:728341573\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1456683147]\" target=\"_blank\">[U:1:1456683147]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199416948875\" target=\"_blank\">76561199416948875<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-31 18:59:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2781\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-31 19:52:05\">Hyper<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2780');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/es.jpg\" alt=\"ES\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-31 18:10:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHyk\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 mo <\/td>\n <\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHyk\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:452576459\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:905152918]\" target=\"_blank\">[U:1:905152918]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198865418646\" target=\"_blank\">76561198865418646<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-31 18:10:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-30 18:10:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2780\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2779');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-31 11:45:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmae\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmae\n <\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:26898751\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:53797503]\" target=\"_blank\">[U:1:53797503]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198014063231\" target=\"_blank\">76561198014063231<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-31 11:45:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-01 11:45:20\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2779\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2778');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-30 20:24:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHeated\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHeated\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:563531253\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1127062507]\" target=\"_blank\">[U:1:1127062507]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199087328235\" target=\"_blank\">76561199087328235<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-30 20:24:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-31 20:24:10\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2778\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2777');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-30 18:59:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nok ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nok ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:704169019\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1408338039]\" target=\"_blank\">[U:1:1408338039]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199368603767\" target=\"_blank\">76561199368603767<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-30 18:59:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-31 18:59:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2777\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:1:704169019&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-30 21:21:21\">ok ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2776');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-30 14:00:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCalvehhh.\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCalvehhh.\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:7303851\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:14607703]\" target=\"_blank\">[U:1:14607703]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561197974873431\" target=\"_blank\">76561197974873431<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-30 14:00:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Infalting Maps without leading [attempt several times already even been warned before]<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2776\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:1:7303851&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(12, 'id', 'host_2775');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-30 12:52:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbladeefan2009\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n bladeefan2009\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:729265960\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1458531921]\" target=\"_blank\">[U:1:1458531921]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199418797649\" target=\"_blank\">76561199418797649<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-30 12:52:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2775\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2774');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-30 10:59:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nlehoainam89\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nlehoainam89\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n \n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:721569225\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1443138451]\" target=\"_blank\">[U:1:1443138451]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199403404179\" target=\"_blank\">76561199403404179<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-30 10:59:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-31 10:59:00\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2774\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-30 11:08:17\">lehoainam89<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2773');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-30 09:46:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #105\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #105\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:552437202\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1104874404]\" target=\"_blank\">[U:1:1104874404]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199065140132\" target=\"_blank\">76561199065140132<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-30 09:46:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-31 09:46:52\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2773\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href='index.php?p=banlist&searchText=STEAM_1:0:552437202&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2772');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-29 22:17:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nno name\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nno name\n<\/td>\n\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:547857355\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1095714711]\" target=\"_blank\">[U:1:1095714711]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199055980439\" target=\"_blank\">76561199055980439<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-29 22:17:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-30 22:17:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2772\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">13 <a href='index.php?p=banlist&searchText=STEAM_1:1:547857355&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-30 14:03:46\">no name<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2771');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-29 22:17:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nxuanz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\nxuanz\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:534174806\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1068349613]\" target=\"_blank\">[U:1:1068349613]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199028615341\" target=\"_blank\">76561199028615341<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-29 22:17:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-30 22:17:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2771\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-30 16:57:36\">xuanz\u00e2\u0161\u00a1<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-29 22:26:03\">xuanz\u00e2\u0161\u00a1<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-29 22:26:29\">xuanz\u00e2\u0161\u00a1<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-30 16:41:51\">xuanz\u00e2\u0161\u00a1<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2770');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/bn.jpg\" alt=\"BN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-29 22:08:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n_KHAI_\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n_KHAI_\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:634158760\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1268317520]\" target=\"_blank\">[U:1:1268317520]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199228583248\" target=\"_blank\">76561199228583248<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-29 22:08:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-30 22:08:17\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2770\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:634158760&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2769');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-29 21:19:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n( ;)\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n( ;)\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:563143117\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1126286235]\" target=\"_blank\">[U:1:1126286235]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199086551963\" target=\"_blank\">76561199086551963<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-29 21:19:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-30 21:19:07\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2769\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:563143117&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2768');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-29 17:13:02<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n Old Dog Have Experience\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nOld Dog Have Experience\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:560077256\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1120154512]\" target=\"_blank\">[U:1:1120154512]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199080420240\" target=\"_blank\">76561199080420240<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-29 17:13:02<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-30 17:13:02\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2768\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (8)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-29 19:45:33\">Old Dog Have Experience<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-29 19:45:50\">Old Dog Have Experience<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-29 19:48:16\">Old Dog Have Experience<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-29 20:00:38\">Old Dog Have Experience<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-29 20:19:39\">Old Dog Have Experience<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-30 09:01:17\">Old Dog Have Experience<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-30 09:09:29\">Old Dog Have Experience<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-29 22:32:06\">Old Dog Have Experience<\/span>\n<\/td>\n <\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2767');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-29 16:04:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLanyyy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLanyyy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:713133034\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1426266069]\" target=\"_blank\">[U:1:1426266069]<\/a>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199386531797\" target=\"_blank\">76561199386531797<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-29 16:04:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-30 16:04:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">killing teammate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2767\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2766');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-28 23:58:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSLEEPER\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSLEEPER\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:172094602\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:344189204]\" target=\"_blank\">[U:1:344189204]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198304454932\" target=\"_blank\">76561198304454932<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-28 23:58:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-28 23:59:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2766\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:0:172094602&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2765');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-28 23:39:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #991\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #991\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:228521204\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:457042409]\" target=\"_blank\">[U:1:457042409]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198417308137\" target=\"_blank\">76561198417308137<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-28 23:39:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2765\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2764');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-28 22:13:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDEADSEC\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDEADSEC\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:441104293\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:882208586]\" target=\"_blank\">[U:1:882208586]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/76561198842474314\" target=\"_blank\">76561198842474314<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-28 22:13:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-29 22:13:36\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2764\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2763');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-28 20:56:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBotIdly|Ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBotIdly|Ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:715697356\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1431394712]\" target=\"_blank\">[U:1:1431394712]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199391660440\" target=\"_blank\">76561199391660440<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-28 20:56:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_force_tonemap_scale<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2763\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-11-12 13:04:04\">BotIdly|Ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-12 13:04:14\">BotIdly|Ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2762');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n <td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-28 19:14:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAlisson Becker\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAlisson Becker\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:182097568\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:364195137]\" target=\"_blank\">[U:1:364195137]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198324460865\" target=\"_blank\">76561198324460865<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-28 19:14:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-29 19:14:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2762\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2761');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-28 17:07:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nenvy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nenvy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:729674839\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1459349679]\" target=\"_blank\">[U:1:1459349679]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199419615407\" target=\"_blank\">76561199419615407<\/a>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-28 17:07:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2761\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2760');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-28 15:46:58<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncim\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n <td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncim\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:713926706\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1427853413]\" target=\"_blank\">[U:1:1427853413]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388119141\" target=\"_blank\">76561199388119141<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-28 15:46:58<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n <td height=\"16\" class=\"listtable_1\">\n2023-10-28 15:46:58\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2760\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-28 15:47:37\">cim<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2759');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-28 13:52:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nha1ck\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nha1ck\n <\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:668413760\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1336827520]\" target=\"_blank\">[U:1:1336827520]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199297093248\" target=\"_blank\">76561199297093248<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-28 13:52:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-29 13:52:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2759\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-28 17:43:34\">ha1ck<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-28 13:35:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nxe\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nxe\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:513809273\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1027618547]\" target=\"_blank\">[U:1:1027618547]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198987884275\" target=\"_blank\">76561198987884275<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-28 13:35:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (17)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-28 14:25:40\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-28 14:26:29\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-28 16:05:55\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-28 18:50:13\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-29 17:43:05\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-29 19:22:00\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-30 16:15:36\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-31 17:41:12\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-31 21:30:12\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-01 19:50:59\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-01 22:58:52\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-02 22:25:48\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-06 10:24:55\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-07 22:26:20\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-10 18:03:19\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-11 17:48:42\">unnamed<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-15 21:09:51\">unnamed<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2756');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-27 23:24:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJanitor ZN\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJanitor ZN\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:560613303\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1121226606]\" target=\"_blank\">[U:1:1121226606]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199081492334\" target=\"_blank\">76561199081492334<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-27 23:24:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-28 23:24:17\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2756\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2755');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-27 22:12:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00d0\u00bf\u00d0\u00be \u00d1\u201a\u00d1\u20ac\u00d1\u0192\u00d0\u00bf\u00d1\u0192 \u00d0\u00bc\u00d0\u00b0\u00d0\u00bc\u00d1\u2039 \u00d0\u00b7\u00d0\u00b2\u00d0\u00be\u00d0\u00bd\u00d0\u00b8\u00d1\u201a\u00d1\u0152 \u00d0\u00bc\u00d0\u00bd\u00d0\u00b5\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00d0\u00bf\u00d0\u00be \u00d1\u201a\u00d1\u20ac\u00d1\u0192\u00d0\u00bf\u00d1\u0192 \u00d0\u00bc\u00d0\u00b0\u00d0\u00bc\u00d1\u2039 \u00d0\u00b7\u00d0\u00b2\u00d0\u00be\u00d0\u00bd\u00d0\u00b8\u00d1\u201a\u00d1\u0152 \u00d0\u00bc\u00d0\u00bd\u00d0\u00b5\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:722454712\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1444909425]\" target=\"_blank\">[U:1:1444909425]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199405175153\" target=\"_blank\">76561199405175153<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-27 22:12:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2755\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2754');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-27 22:06:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nyebok\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nyebok\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:728388393\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1456776787]\" target=\"_blank\">[U:1:1456776787]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199417042515\" target=\"_blank\">76561199417042515<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-27 22:06:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2754\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-11-05 23:22:25\">yebok<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2753');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-27 14:55:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nussr empier\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nussr empier\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n <\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:606387745\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1212775490]\" target=\"_blank\">[U:1:1212775490]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199173041218\" target=\"_blank\">76561199173041218<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-27 14:55:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-28 14:55:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2753\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:606387745&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-27 14:55:19\">ussr empier<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 90 - 120 of 2804 results | <b><a href='index.php?p=banlist&page=3' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=5' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\" selected=\"selected\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76ba7f2c099e1626',m:'SGXLAB3rqVR.wywq2FL2bcRgqLMqNhMjtc5umfuPW1U-1668709398-0-AUb7J9N0MltayRSOqnbGiOaMkN33aJwKzX0+DjP0qCzgY6L3gEgXQDLfFMzLUYaSWsueRnQjX9UGgJsn7l2grSYl1d+6iy2SlGVrwqO26d4m\/uqncGAq99qyKiZj7q0T+g3OWvyKl5TLFwFcP\/y3xH0=',s:[0x2fd9029cb8,0x00a82bfeaa],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76ba7f2c099e1626\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:32:15 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=72ps9r6emidr8n8inp7c4cvege; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=arDTaMsLOlWP9hxKPp1cpLoShQsN%2FgKXtiVOwr%2FHs%2BSOngTdFbZvD6qMcjOOxhT4LKP%2FTP6OUxUttkMXnX30xPaDykEErI4p%2B1IokHE5yYAvqthGE60belsC2xYe5BqPKRTesMz8l2O7oE6UHbm7lCBTUiuKcw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8331724b011623-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4966');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-24 16:21:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHawtZera\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHawtZera\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:225662540\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:451325081]\" target=\"_blank\">[U:1:451325081]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198411590809\" target=\"_blank\">76561198411590809<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-24 16:21:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-06-23 16:21:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4966\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4965');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-24 00:52:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHubbub\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHubbub\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:59224162\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:118448324]\" target=\"_blank\">[U:1:118448324]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198078714052\" target=\"_blank\">76561198078714052<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-24 00:52:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-01 00:52:50\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">trolling + molotov teammate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4965\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-24 13:43:40\">Hubbub<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-24 01:17:22\">Hubbub<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-24 08:45:59\">Hubbub<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4964');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-23 22:14:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBoops \u2764 |ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBoops \u2764 |ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:449136289\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:898272579]\" target=\"_blank\">[U:1:898272579]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198858538307\" target=\"_blank\">76561198858538307<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-23 22:14:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nappeal\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-30 22:14:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">anti afk script<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4964\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-23 23:03:46\">Boops \u2764 |ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-24 02:16:24\">Boops \u2764 |<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-24 07:41:14\">Boops \u2764 |<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-24 09:40:27\">Boops \u2764 |<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-23 15:21:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKen\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKen\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:519828513\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1039657027]\" target=\"_blank\">[U:1:1039657027]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198999922755\" target=\"_blank\">76561198999922755<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-23 15:21:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nUnsure if he is the one.will ban if im sure\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Ghosting and ruining other teams play.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4962');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/lt.jpg\" alt=\"LT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-23 05:57:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKATAS<3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKATAS<3\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:639152803\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1278305606]\" target=\"_blank\">[U:1:1278305606]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199238571334\" target=\"_blank\">76561199238571334<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-23 05:57:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4962\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4961');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-22 20:34:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKhasos\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKhasos\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:627024156\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1254048312]\" target=\"_blank\">[U:1:1254048312]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199214314040\" target=\"_blank\">76561199214314040<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-22 20:34:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-23 20:34:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4961\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-22 15:44:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsyl\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsyl\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:544668977\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1089337954]\" target=\"_blank\">[U:1:1089337954]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199049603682\" target=\"_blank\">76561199049603682<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-22 15:44:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-29 15:44:38\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (7)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-23 19:09:00\">syl<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-25 20:38:17\">syl<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-27 14:03:16\">syl<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-28 22:12:22\">syl<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-23 01:00:38\">syl<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-23 19:08:21\">syl<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-28 22:12:38\">syl<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4959');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-22 13:59:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n<a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"8dace3decdc3e8\">[email protected]<\/a>._.\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"a988c7fae9e7cc\">[email protected]<\/a>._.\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:712783726\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1425567453]\" target=\"_blank\">[U:1:1425567453]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199385833181\" target=\"_blank\">76561199385833181<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-22 13:59:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-23 13:59:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4959\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:712783726&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-06-22 14:28:48\"><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"05246b56454b60\">[email protected]<\/a>._.<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4958');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pt.jpg\" alt=\"PT\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-22 07:34:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00e2\u02dc\u2020SDC\u00e2\u02dc\u2020 Ms13\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00e2\u02dc\u2020SDC\u00e2\u02dc\u2020 Ms13\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:770217037\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1540434075]\" target=\"_blank\">[U:1:1540434075]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199500699803\" target=\"_blank\">76561199500699803<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-22 07:34:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4958\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4957');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-21 22:07:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRefeal\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRefeal\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:755469483\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1510938966]\" target=\"_blank\">[U:1:1510938966]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199471204694\" target=\"_blank\">76561199471204694<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-21 22:07:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Unsportsmanlike Conduct<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4957\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (13)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-06-22 20:52:45\">Refeal<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-25 18:51:47\">Refeal<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-26 16:46:52\">Refeal<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-27 21:12:24\">Refeal<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-27 23:53:13\">Refeal<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-28 12:44:08\">Refeal<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-28 16:12:02\">Refeal<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-29 16:36:25\">Refeal<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-02 17:54:18\">Refeal<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-03 16:20:13\">SkyFall123<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-03 21:11:26\">SkyFall123<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-06 11:06:20\">Lluishon210<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-07-06 15:32:19\">Lluishon210<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4956');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-21 13:22:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRowlyrage\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRowlyrage\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:624892730\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1249785460]\" target=\"_blank\">[U:1:1249785460]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199210051188\" target=\"_blank\">76561199210051188<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-21 13:22:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4956\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-21 10:12:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsex peek\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsex peek\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:239763962\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:479527924]\" target=\"_blank\">[U:1:479527924]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198439793652\" target=\"_blank\">76561198439793652<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-21 10:12:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Harassment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-21 20:12:22\">kilometers immorales<\/span>, <span title=\"Server: :, Date: 2023-06-21 20:11:33\">kilometers immorales<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-29 18:45:27\">kilometers immorales<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4954');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-20 22:12:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJXL\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJXL\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:567540098\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1135080196]\" target=\"_blank\">[U:1:1135080196]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199095345924\" target=\"_blank\">76561199095345924<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-20 22:12:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4954\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4953');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-20 20:40:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkapow kapow\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkapow kapow\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:738973927\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1477947855]\" target=\"_blank\">[U:1:1477947855]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199438213583\" target=\"_blank\">76561199438213583<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-20 20:40:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-27 20:40:10\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">racism<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4953\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:738973927&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 15.235.181.104:27021, Date: 2023-06-26 20:30:38\">idk men i shoot<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-19 23:10:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #878\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">3 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #878\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:222053831\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:444107663]\" target=\"_blank\">[U:1:444107663]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198404373391\" target=\"_blank\">76561198404373391<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-19 23:10:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">3 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-22 23:10:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Killing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 23:12:00\">:o<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-21 19:53:30\">:o<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4951');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-19 23:04:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #878\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #878\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:222053831\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:444107663]\" target=\"_blank\">[U:1:444107663]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198404373391\" target=\"_blank\">76561198404373391<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-19 23:04:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-20 23:04:11\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">trolling<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4951\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4950');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-19 21:15:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLwen\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLwen\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:144213878\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:288427756]\" target=\"_blank\">[U:1:288427756]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198248693484\" target=\"_blank\">76561198248693484<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-19 21:15:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-26 21:15:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bypass chatfilter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4950\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-19 21:20:36\">Lwen<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-22 19:49:24\">Lwen<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4949');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/dz.jpg\" alt=\"DZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-19 20:07:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nguts ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nguts ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:756921110\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1513842221]\" target=\"_blank\">[U:1:1513842221]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199474107949\" target=\"_blank\">76561199474107949<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-19 20:07:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-20 20:07:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">exploiting of rnom<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4949\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 20:11:28\">guts<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4948');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-19 19:30:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nzuhn\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nzuhn\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:766315417\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1532630834]\" target=\"_blank\">[U:1:1532630834]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199492896562\" target=\"_blank\">76561199492896562<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-19 19:30:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-20 19:30:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">shooting own teammate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4948\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-19 19:31:00\">zuhn<\/span>, <span title=\"Server: :, Date: 2023-06-20 01:18:32\">zuhn<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4947');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-19 19:27:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDog\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">2 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDog\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:576808757\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1153617515]\" target=\"_blank\">[U:1:1153617515]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199113883243\" target=\"_blank\">76561199113883243<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-19 19:27:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">2 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-03 19:27:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bypassing chatfilter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4947\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-20 16:54:52\">\u0e38Dog<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4946');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-19 19:18:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBot Greg\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBot Greg\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:778860045\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1557720090]\" target=\"_blank\">[U:1:1557720090]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199517985818\" target=\"_blank\">76561199517985818<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-19 19:18:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4946\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4945');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-19 17:28:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCurv banditcamp.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCurv banditcamp.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:506821887\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1013643774]\" target=\"_blank\">[U:1:1013643774]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198973909502\" target=\"_blank\">76561198973909502<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-19 17:28:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4945\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4944');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/kr.jpg\" alt=\"KR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-19 12:48:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDuke\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">30 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDuke\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:576394713\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1152789427]\" target=\"_blank\">[U:1:1152789427]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199113055155\" target=\"_blank\">76561199113055155<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-19 12:48:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">30 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-19 13:18:46\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">exploiting rnom<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4944\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4943');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-18 14:55:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\npapanomaly\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\npapanomaly\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:610730348\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1221460697]\" target=\"_blank\">[U:1:1221460697]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199181726425\" target=\"_blank\">76561199181726425<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-18 14:55:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-19 14:55:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4943\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4942');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-18 12:39:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\np1xlez\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\np1xlez\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:778546405\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1557092810]\" target=\"_blank\">[U:1:1557092810]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199517358538\" target=\"_blank\">76561199517358538<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-18 12:39:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4942\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-18 11:53:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBOT\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">2 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBOT\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:644223636\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1288447272]\" target=\"_blank\">[U:1:1288447272]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199248713000\" target=\"_blank\">76561199248713000<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-18 11:53:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">2 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-07-02 11:53:51\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bypassing chat filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4940');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-18 11:21:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKen\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKen\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:519828513\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1039657027]\" target=\"_blank\">[U:1:1039657027]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198999922755\" target=\"_blank\">76561198999922755<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-18 11:21:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-19 11:21:34\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4940\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">5 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:519828513&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-18 15:04:02\">Ken<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-17 16:25:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLOW | BIU LY\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLOW | BIU LY\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:756132887\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1512265774]\" target=\"_blank\">[U:1:1512265774]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199472531502\" target=\"_blank\">76561199472531502<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-17 16:25:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-24 16:25:09\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Flashing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-18 13:07:24\">LOW | BIU LY<\/span>, <span title=\"Server: :, Date: 2023-06-19 18:41:50\">LOW | BIU LY<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4938');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-17 14:29:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBlueKiller\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBlueKiller\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:615285224\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1230570449]\" target=\"_blank\">[U:1:1230570449]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199190836177\" target=\"_blank\">76561199190836177<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-17 14:29:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4938\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4937');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-16 23:07:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\noblome\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\noblome\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:777865555\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1555731110]\" target=\"_blank\">[U:1:1555731110]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199515996838\" target=\"_blank\">76561199515996838<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-16 23:07:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4937\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 90 - 120 of 4967 results | <b><a href=\"index.php?p=banlist&page=3\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=5\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\" selected=\"selected\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script data-cfasync=\"false\" src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\"><\/script><script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8331724b011623',m:'DoErgwt7Vsclla5w_59Cp9jy8keYu1bnhqkWFHS8c6Y-1689604335-0-AdK3hMzWC\/9PhFUNchSIZxyDmxvfIVl4S9Yi6PXf1RaA'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8331724b011623\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=5.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=5.json index 01617f3..6bc3ce8 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=5.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=5.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 18:23:19 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"CF-Ray":["76ba7f30c9851633-DUS"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Set-Cookie":["PHPSESSID=mef477ier772c0o6d6t02d9fli; path=\/"],"Vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"cf-apo-via":["origin,host"],"pragma":["no-cache"],"Server-Timing":["cf-q-config;dur=6.0000002122251e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=khZ26pscBk3HWO62N67Ylp%2FyI8fQT89ATdYNpIInLBNUS2ibCr%2BAKqvhTbCBBdIOCNRdDaSmCmeUZIFfX%2BuT58I%2FhvcwZJ0QSImfU%2Bcpz4GDgASdvnmC%2B6f9XDiiY6clfQJlXSWxundLAcFd3HglQwiwHXBIZg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2804<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2804<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-27 12:23:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkun leo hou\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkun leo hou\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:656856720\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1313713441]\" target=\"_blank\">[U:1:1313713441]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199273979169\" target=\"_blank\">76561199273979169<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-27 12:23:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-27 17:10:01\">Kun"LEo!"Hou<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-11 20:05:06\">Kun"LEo!"Hou<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2751');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/se.jpg\" alt=\"SE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-26 20:54:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkrmfrfmrcw g4skins\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkrmfrfmrcw g4skins\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:724394945\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1448789890]\" target=\"_blank\">[U:1:1448789890]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199409055618\" target=\"_blank\">76561199409055618<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-26 20:54:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-26 20:54:43\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2751\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-26 22:01:47\">flipyxqe g4skins<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-27 18:55:23\">flipyxqe g4skins<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2750');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-26 20:18:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nartz__\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nartz__\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n <li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:177409767\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:354819535]\" target=\"_blank\">[U:1:354819535]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198315085263\" target=\"_blank\">76561198315085263<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-26 20:18:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-27 20:18:43\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2750\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2749');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-26 18:28:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nparr8\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nparr8\n<\/td>\n\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:564865227\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1129730455]\" target=\"_blank\">[U:1:1129730455]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199089996183\" target=\"_blank\">76561199089996183<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-26 18:28:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-02 18:28:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2749\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:1:564865227&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-27 06:53:43\">parr8<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-27 12:56:20\">parr8<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-27 18:28:53\">parr8<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-28 18:18:46\">parr8<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-02 14:01:56\">parr8<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2748');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-26 17:50:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ngayfish\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ngayfish\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:246382857\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:492765714]\" target=\"_blank\">[U:1:492765714]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198453031442\" target=\"_blank\">76561198453031442<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-26 17:50:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-27 17:50:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2748\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-27 17:32:38\">gayfish<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-27 17:33:17\">gayfish<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-27 17:44:40\">gayfish<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-27 17:45:11\">gayfish<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2747');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-26 17:20:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJ\u00d0\u00b0yson\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJ\u00d0\u00b0yson\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:623999557\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1247999114]\" target=\"_blank\">[U:1:1247999114]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199208264842\" target=\"_blank\">76561199208264842<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-26 17:20:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Troller Music \/ Ear rape \/ Racist <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2747\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2746');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cz.jpg\" alt=\"CZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-25 19:47:45<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nEska\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n Eska\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:714496405\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428992811]\" target=\"_blank\">[U:1:1428992811]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199389258539\" target=\"_blank\">76561199389258539<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-25 19:47:45<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-25 19:47:45\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2746\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2745');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-25 19:32:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSIGMA\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSIGMA\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n \n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:707534157\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1415068315]\" target=\"_blank\">[U:1:1415068315]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199375334043\" target=\"_blank\">76561199375334043<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-25 19:32:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-26 19:32:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2745\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2744');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-25 16:27:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGoodwin\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGoodwin\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:554778567\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1109557135]\" target=\"_blank\">[U:1:1109557135]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199069822863\" target=\"_blank\">76561199069822863<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-25 16:27:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-20 16:27:52\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Fix your attitude<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2744\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-25 16:28:10\">Goodwin<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-09 21:51:00\">Goodwin<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2743');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-25 16:12:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nidonnknowhowtoheadshot\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nidonnknowhowtoheadshot\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:616675771\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1233351542]\" target=\"_blank\">[U:1:1233351542]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199193617270\" target=\"_blank\">76561199193617270<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-25 16:12:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">0<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2743\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-25 19:34:01\">idonnknowhowtoheadshot<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-26 11:41:14\">idonnknowhowtoheadshot<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-25 19:34:29\">idonnknowhowtoheadshot<\/span>\n<\/td>\n<\/tr>\n <\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-25 16:04:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAkzwer1zZZ\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAkzwer1zZZ\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:173581345\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:347162691]\" target=\"_blank\">[U:1:347162691]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198307428419\" target=\"_blank\">76561198307428419<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-25 16:04:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Advertising<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-25 16:45:50\">Akzwer1zZZ<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-25 16:55:34\">Akzwer1zZZ<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-26 09:44:47\">Akzwer1zZZ<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-27 21:43:09\">Akzwer1zZZ<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2741');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-24 19:24:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSPloyn\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSPloyn\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:59136436\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:118272872]\" target=\"_blank\">[U:1:118272872]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198078538600\" target=\"_blank\">76561198078538600<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-24 19:24:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-23 19:24:00\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2741\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2740');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/kh.jpg\" alt=\"KH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 22:44:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDestroyyyyyyyyyyyyyyyyyyyyyyyyy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDestroyyyyyyyyyyyyyyyyyyyyyyyyy\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:460690283\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:921380566]\" target=\"_blank\">[U:1:921380566]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198881646294\" target=\"_blank\">76561198881646294<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 22:44:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-24 22:44:51\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2740\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2739');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 22:38:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCardshark\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCardshark\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:226724904\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:453449808]\" target=\"_blank\">[U:1:453449808]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198413715536\" target=\"_blank\">76561198413715536<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 22:38:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-24 22:38:28\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2739\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2738');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 20:09:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ns1mple real\n <\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ns1mple real\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:514864144\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1029728288]\" target=\"_blank\">[U:1:1029728288]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198989994016\" target=\"_blank\">76561198989994016<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 20:09:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-24 20:09:30\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2738\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:514864144&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-24 15:20:12\">s1mple real<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2737');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 15:28:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNIX ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNIX ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:639223343\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1278446687]\" target=\"_blank\">[U:1:1278446687]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199238712415\" target=\"_blank\">76561199238712415<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 15:28:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Alternative Account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2737\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 15:19:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNIX\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n <td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNIX\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:639223343\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1278446687]\" target=\"_blank\">[U:1:1278446687]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199238712415\" target=\"_blank\">76561199238712415<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 15:19:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Alternative Account\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-23 15:29:45\">NIX ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-23 15:51:13\">NIX ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-23 17:53:30\">NIX ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2735');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 14:21:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJBA\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJBA\n<\/td>\n \n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:722593396\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1445186793]\" target=\"_blank\">[U:1:1445186793]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199405452521\" target=\"_blank\">76561199405452521<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 14:21:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-24 14:21:30\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">killing own teammate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2735\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2734');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 13:48:31<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkam1\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkam1\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:586367441\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1172734882]\" target=\"_blank\">[U:1:1172734882]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199133000610\" target=\"_blank\">76561199133000610<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 13:48:31<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-24 13:48:31\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2734\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2733');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 13:17:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTim Allen\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTim Allen\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:720611938\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1441223876]\" target=\"_blank\">[U:1:1441223876]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199401489604\" target=\"_blank\">76561199401489604<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 13:17:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-24 13:17:57\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2733\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-23 15:00:33\">Tim Allen<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-23 15:00:06\">Tim Allen<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-23 15:17:47\">Tim Allen<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2732');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 13:16:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDissonance!\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDissonance!\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:717169198\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1434338397]\" target=\"_blank\">[U:1:1434338397]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199394604125\" target=\"_blank\">76561199394604125<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 13:16:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-24 13:16:29\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2732\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2731');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 11:15:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nonly need 1 ammo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nonly need 1 ammo\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:238677530\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:477355060]\" target=\"_blank\">[U:1:477355060]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198437620788\" target=\"_blank\">76561198437620788<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 11:15:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-30 11:15:42\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">saying appropriate word in voice chat. <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2731\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-25 12:00:34\">only need 1 ammo<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-23 11:17:50\">only need 1 ammo<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-25 11:53:44\">only need 1 ammo<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2730');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 11:09:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGhost-kun\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 min (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGhost-kun\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:503870197\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1007740395]\" target=\"_blank\">[U:1:1007740395]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198968006123\" target=\"_blank\">76561198968006123<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 11:09:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 min (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-23 11:10:46\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2730\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:1:503870197&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 08:08:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nYOUR FAULT MY BAD\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nYOUR FAULT MY BAD\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:511569699\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1023139398]\" target=\"_blank\">[U:1:1023139398]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198983405126\" target=\"_blank\">76561198983405126<\/a>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 08:08:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Advertising<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (12)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-23 17:17:49\">iFlower<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-31 08:12:43\">xie<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-07 01:16:02\">iFlower<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-12 14:34:15\">blackie<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-23 17:16:10\">iFlower<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-23 17:27:01\">iFlower<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-23 20:43:24\">xixi<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-24 20:54:45\">xixi<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-11-02 06:30:46\">xie<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-23 17:17:34\">iFlower<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-24 20:54:13\">xixi<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-12 16:19:23\">blackie<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 08:06:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNg\u00c3\u00b4n Nh\u00e1\u00ba\u00a5t Tr\u00c3\u00ac\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNg\u00c3\u00b4n Nh\u00e1\u00ba\u00a5t Tr\u00c3\u00ac\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:213394022\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:426788044]\" target=\"_blank\">[U:1:426788044]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198387053772\" target=\"_blank\">76561198387053772<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 08:06:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFalse detect\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/jp.jpg\" alt=\"JP\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-23 00:46:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNIX\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNIX\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:208356663\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:416713327]\" target=\"_blank\">[U:1:416713327]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198376979055\" target=\"_blank\">76561198376979055<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-23 00:46:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Unsportsmanlike Conduct<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-23 10:22:59\">NIX ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-23 14:55:28\">NIX ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-23 17:27:49\">NIX ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-24 15:03:25\">NIX ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2726');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-22 19:32:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n doan xem ghostc\u00e1\u00bb\u00a9t\u00c4\u2018\u00c3\u00bat.c\u00c6\u00a1m\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">2 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndoan xem ghostc\u00e1\u00bb\u00a9t\u00c4\u2018\u00c3\u00bat.c\u00c6\u00a1m\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:73677945\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:147355890]\" target=\"_blank\">[U:1:147355890]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198107621618\" target=\"_blank\">76561198107621618<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-22 19:32:14<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">2 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-24 19:32:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Ignoring Staff<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2726\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-22 20:52:46\">doan xem ghostc\u00e1\u00bb\u00a9t\u00c4\u2018\u00c3\u00bat.c\u00c6\u00a1m<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2725');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-22 18:10:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLOBXLOGAN\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLOBXLOGAN\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:636948982\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1273897964]\" target=\"_blank\">[U:1:1273897964]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199234163692\" target=\"_blank\">76561199234163692<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-22 18:10:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-22 18:10:43\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2725\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-23 20:49:01\">LOBXLOGAN<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-23 21:13:43\">LOBXLOGAN<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-23 21:14:04\">LOBXLOGAN<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-24 19:37:23\">LOBXLOGAN<\/span>, <span title=\"Server: 51.79.162.166:27018, Date: 2022-10-24 19:53:28\">LOBXLOGAN<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2724');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-22 14:57:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nI give blowjobs\n<\/div>\n <\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nI give blowjobs\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:515112085\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1030224170]\" target=\"_blank\">[U:1:1030224170]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198990489898\" target=\"_blank\">76561198990489898<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-22 14:57:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-22 14:57:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2724\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-26 00:08:38\">I am numba wan<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-25 17:05:18\">I give blowjobs<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-11-01 22:27:02\">I am numba wan<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2723');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-22 14:42:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nneko0140\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nneko0140\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:721444070\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1442888140]\" target=\"_blank\">[U:1:1442888140]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199403153868\" target=\"_blank\">76561199403153868<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-22 14:42:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">ban evasion<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2723\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 120 - 150 of 2804 results | <b><a href='index.php?p=banlist&page=4' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=6' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\" selected=\"selected\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76ba7f30c9851633',m:'IWTjiVmZaAu1LDSuubVt3vMLvoa41TEzYo873OhPqkM-1668709399-0-AWUGFpQ8sUvbuIYe8GAP5buqwYTJzAfWevvQ3KWDQvpUpF2TlVUuxYP19Q7Fgq6hZqULtrFO0M+IWDLbWcEqHCVXsIa+pzl0diHNenxCmmaGYeKmhkLdYSAWXVU87LWomq2GsGrYlSUaAMBVZS+Kr\/s=',s:[0x4ed823214d,0x57bcd25b2f],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76ba7f30c9851633\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:32:42 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=eacl9pcb08tq4i5lb26g6m6i1m; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=8OTWgWSpUUEFWF68fHVaEtVWf%2BDJ%2FHDvZz2Zw%2FjAHaWFcf0l0o0bgu3nCgFnSZc2jsHB8m6Nn4cwvRvd5T8GNYWOuFXSGLFTQ%2BY0FSNgfxIICjb69NHidsH7bFkEBSEU83yObkBLeGShv6yxRrbsfEg9qbaKYw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e83321f0a93874d-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4936');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-16 21:32:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCHING CHONG CHING CHAO LA MAO\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCHING CHONG CHING CHAO LA MAO\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:711838242\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1423676485]\" target=\"_blank\">[U:1:1423676485]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199383942213\" target=\"_blank\">76561199383942213<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-16 21:32:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-23 21:32:42\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">racist speech<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4936\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:711838242&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (16)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-20 09:50:00\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-18 19:13:18\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: :, Date: 2023-06-16 21:33:50\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: :, Date: 2023-06-17 08:23:20\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: :, Date: 2023-06-17 11:09:35\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: :, Date: 2023-06-17 13:12:38\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: :, Date: 2023-06-17 18:15:51\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: :, Date: 2023-06-18 10:42:57\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: :, Date: 2023-06-18 13:24:39\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: :, Date: 2023-06-18 16:51:53\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: :, Date: 2023-06-19 18:22:05\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: :, Date: 2023-06-19 19:41:34\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: :, Date: 2023-06-20 19:53:09\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: :, Date: 2023-06-20 20:27:12\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-22 18:11:34\">CHING CHONG CHING CHAO LA MAO<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-23 12:39:07\">CHING CHONG CHING CHAO LA MAO<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4935');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-16 15:54:47<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nZRN\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nZRN\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:640013960\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1280027920]\" target=\"_blank\">[U:1:1280027920]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199240293648\" target=\"_blank\">76561199240293648<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-16 15:54:47<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-17 15:54:47\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">intentionall edge<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4935\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4934');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-16 15:54:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nretard\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nretard\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:102799807\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:205599615]\" target=\"_blank\">[U:1:205599615]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198165865343\" target=\"_blank\">76561198165865343<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-16 15:54:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-17 15:54:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">trimming team<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4934\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-16 15:54:27\">retard<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4933');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-16 10:26:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nvominhhai2008\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nvominhhai2008\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:777802357\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1555604714]\" target=\"_blank\">[U:1:1555604714]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199515870442\" target=\"_blank\">76561199515870442<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-16 10:26:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4933\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 09:17:48\">vominhhai2008<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4932');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-15 18:15:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #104\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #104\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:540224345\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1080448691]\" target=\"_blank\">[U:1:1080448691]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199040714419\" target=\"_blank\">76561199040714419<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-15 18:15:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-16 18:15:01\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">killing teammate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4932\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:540224345&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-15 18:15:20\">4<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-15 17:52:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRey\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRey\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:502688167\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1005376334]\" target=\"_blank\">[U:1:1005376334]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198965642062\" target=\"_blank\">76561198965642062<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-15 17:52:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-22 17:52:34\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Trimming team mates on 2049<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-17 09:18:16\">Rey<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 19:34:52\">Rey<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4930');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/.jpg\" alt border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-15 17:10:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKiyo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKiyo\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:776872716\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1553745432]\" target=\"_blank\">[U:1:1553745432]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199514011160\" target=\"_blank\">76561199514011160<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-15 17:10:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4930\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4929');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-15 15:54:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLaskar Pelangi<3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLaskar Pelangi<3\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:776439686\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1552879373]\" target=\"_blank\">[U:1:1552879373]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199513145101\" target=\"_blank\">76561199513145101<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-15 15:54:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4929\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4928');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-15 15:16:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPimple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPimple\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:60394574\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:120789149]\" target=\"_blank\">[U:1:120789149]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198081054877\" target=\"_blank\">76561198081054877<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-15 15:16:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-16 15:16:10\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4928\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:60394574&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-15 12:26:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nayane-chan\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nayane-chan\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:243496312\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:486992624]\" target=\"_blank\">[U:1:486992624]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198447258352\" target=\"_blank\">76561198447258352<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-15 12:26:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Unsportsmanlike Conduct<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-15 13:57:27\">ayane-chan<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-15 12:25:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMINEMAN\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMINEMAN\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:461670501\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:923341002]\" target=\"_blank\">[U:1:923341002]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198883606730\" target=\"_blank\">76561198883606730<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-15 12:25:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Unsportsmanlike Conduct<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-16 19:48:24\">MINEMAN<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4925');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-15 11:37:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nOffice Chair\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nOffice Chair\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:227451189\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:454902378]\" target=\"_blank\">[U:1:454902378]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198415168106\" target=\"_blank\">76561198415168106<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-15 11:37:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4925\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4924');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-15 09:11:35<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nvominhhai2008\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nvominhhai2008\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:777651886\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1555303773]\" target=\"_blank\">[U:1:1555303773]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199515569501\" target=\"_blank\">76561199515569501<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-15 09:11:35<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[SourceSleuth] Duplicate account<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4924\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-15 09:24:18\">vominhhai2008<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-16 10:12:48\">vominhhai2008<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-15 08:14:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nshuni\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nshuni\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:503356571\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1006713143]\" target=\"_blank\">[U:1:1006713143]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198966978871\" target=\"_blank\">76561198966978871<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-15 08:14:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Insulting the server<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-15 14:57:29\">Shuni<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-19 18:47:04\">Shuni<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4922');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-14 17:47:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nvominhhai2008\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nvominhhai2008\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:777740588\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1555481177]\" target=\"_blank\">[U:1:1555481177]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199515746905\" target=\"_blank\">76561199515746905<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-14 17:47:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">circumventing punishment<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4922\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-14 18:09:01\">vominhhai2008<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-15 08:47:24\">vominhhai2008<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4921');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/se.jpg\" alt=\"SE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-14 16:52:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n(1)unnamed\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n(1)unnamed\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:775834363\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1551668727]\" target=\"_blank\">[U:1:1551668727]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199511934455\" target=\"_blank\">76561199511934455<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-14 16:52:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4921\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4920');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/.jpg\" alt border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-14 15:31:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nU too beautiful!\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nU too beautiful!\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:521872646\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1043745293]\" target=\"_blank\">[U:1:1043745293]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199004011021\" target=\"_blank\">76561199004011021<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-14 15:31:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-15 15:31:30\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4920\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">6 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:521872646&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4919');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-14 12:10:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nvominhhai2008\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nvominhhai2008\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:777191707\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1554383415]\" target=\"_blank\">[U:1:1554383415]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199514649143\" target=\"_blank\">76561199514649143<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-14 12:10:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cheating<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4919\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-14 12:10:33\">vominhhai2008<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4918');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-14 02:44:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nexpulsiveezlingdev\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nexpulsiveezlingdev\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:775361615\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1550723230]\" target=\"_blank\">[U:1:1550723230]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199510988958\" target=\"_blank\">76561199510988958<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-14 02:44:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4918\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4917');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-13 23:16:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPengu\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPengu\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:566076743\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1132153487]\" target=\"_blank\">[U:1:1132153487]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199092419215\" target=\"_blank\">76561199092419215<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-13 23:16:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4917\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4916');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-13 19:32:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nyuuki\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nyuuki\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:156218616\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:312437233]\" target=\"_blank\">[U:1:312437233]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198272702961\" target=\"_blank\">76561198272702961<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-13 19:32:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4916\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4915');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-13 02:52:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nzainmo2009\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nzainmo2009\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:578829365\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1157658731]\" target=\"_blank\">[U:1:1157658731]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199117924459\" target=\"_blank\">76561199117924459<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-13 02:52:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4915\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4914');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-12 19:39:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJusstin faigones Mark\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJusstin faigones Mark\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:776933058\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1553866117]\" target=\"_blank\">[U:1:1553866117]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199514131845\" target=\"_blank\">76561199514131845<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-12 19:39:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">No reason<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4914\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-12 19:40:17\">Jusstin faigones Mark<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4913');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-12 19:12:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCyber\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCyber\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:776801670\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1553603341]\" target=\"_blank\">[U:1:1553603341]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199513869069\" target=\"_blank\">76561199513869069<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-12 19:12:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">doxing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4913\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-12 19:18:59\">Cyber<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-12 18:17:58<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njsm\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">2 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njsm\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:558748311\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1117496623]\" target=\"_blank\">[U:1:1117496623]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199077762351\" target=\"_blank\">76561199077762351<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-12 18:17:58<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">2 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-26 18:17:58\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bypassing filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_0:1:558748311&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-12 18:35:18\">jsm<\/span>, <span title=\"Server: :, Date: 2023-06-17 15:05:00\">jsm<\/span>, <span title=\"Server: :, Date: 2023-06-17 21:19:35\">jsm<\/span>, <span title=\"Server: :, Date: 2023-06-19 16:39:48\">jsm<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-23 13:10:46\">jsm<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4911');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-12 14:48:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nqovz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nqovz\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:775251476\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1550502952]\" target=\"_blank\">[U:1:1550502952]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199510768680\" target=\"_blank\">76561199510768680<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-12 14:48:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4911\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-12 14:44:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nboo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nboo\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:459662761\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:919325523]\" target=\"_blank\">[U:1:919325523]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198879591251\" target=\"_blank\">76561198879591251<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-12 14:44:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-19 14:44:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">toxicity<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-12 21:49:03\">boo<\/span>, <span title=\"Server: :, Date: 2023-06-17 20:56:52\">boo<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-12 14:43:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nB CoJIo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nB CoJIo\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:712009598\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1424019196]\" target=\"_blank\">[U:1:1424019196]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199384284924\" target=\"_blank\">76561199384284924<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-12 14:43:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Bhop Cheat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4908');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-12 03:48:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBlackburn DE\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBlackburn DE\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:647928157\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1295856315]\" target=\"_blank\">[U:1:1295856315]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199256122043\" target=\"_blank\">76561199256122043<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-12 03:48:41<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4908\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4907');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-12 01:52:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ninsets\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ninsets\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:775894039\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1551788079]\" target=\"_blank\">[U:1:1551788079]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199512053807\" target=\"_blank\">76561199512053807<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-12 01:52:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4907\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 120 - 150 of 4967 results | <b><a href=\"index.php?p=banlist&page=4\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=6\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\" selected=\"selected\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e83321f0a93874d',m:'VeonND2Exr4TFh7ELw1raIGUQAYsETK8ssgRKDjhTiY-1689604362-0-Ac1rvkzNbQg8e7hABvfDN2ToiRNzBA4kyM2K7mTkxeiL'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e83321f0a93874d\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=6.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=6.json index d51ed00..e2c874a 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=6.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=6.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 18:23:20 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"CF-Ray":["76ba7f362d8dcb05-DUS"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Set-Cookie":["PHPSESSID=36abasa8tfa5e130gibukqspkm; path=\/"],"Vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"cf-apo-via":["origin,host"],"pragma":["no-cache"],"Server-Timing":["cf-q-config;dur=4.9999998736894e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=2nz38YijSqQu9UOsrga4GXXM9mEFSWH4tXTVGaSTl8SX4626pIA1p4Sy6bijsPM5LtQtPEq0O%2BzHoLR7JJlsQAJyhk7oo394nq5KjdYC7XKVDvjXjOeDp5TJpJ6x9VaoTrwCaR9LomhTbcl%2Fqpu6EpJ220sM6Q%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2804<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2804<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2722');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-22 14:15:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nlil jod\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nlil jod\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:435570289\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:871140579]\" target=\"_blank\">[U:1:871140579]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198831406307\" target=\"_blank\">76561198831406307<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-22 14:15:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-23 14:15:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2722\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2721');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-22 14:13:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkael\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkael\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:189810911\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:379621822]\" target=\"_blank\">[U:1:379621822]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198339887550\" target=\"_blank\">76561198339887550<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-22 14:13:25<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-23 14:13:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2721\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2720');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-22 13:28:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nrusty yee yee ass\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nrusty yee yee ass\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:430906258\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:861812517]\" target=\"_blank\">[U:1:861812517]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198822078245\" target=\"_blank\">76561198822078245<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-22 13:28:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-22 14:28:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2720\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2719');\">\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-22 12:43:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDemarcus Cousins\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDemarcus Cousins\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:550508470\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1101016940]\" target=\"_blank\">[U:1:1101016940]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199061282668\" target=\"_blank\">76561199061282668<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-22 12:43:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-23 12:43:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2719\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2718');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-22 12:16:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBEFG\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBEFG\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:586362512\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1172725025]\" target=\"_blank\">[U:1:1172725025]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/76561199132990753\" target=\"_blank\">76561199132990753<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-22 12:16:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-22 12:16:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2718\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2717');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-22 02:56:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #55\n<\/div>\n<\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #55\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:727806803\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1455613607]\" target=\"_blank\">[U:1:1455613607]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199415879335\" target=\"_blank\">76561199415879335<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-22 02:56:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_postprocess_enable<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2717\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2716');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-21 23:09:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #160\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #160\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:585112491\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1170224982]\" target=\"_blank\">[U:1:1170224982]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199130490710\" target=\"_blank\">76561199130490710<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-21 23:09:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-20 23:09:38\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Bhop Detected<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2716\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/jp.jpg\" alt=\"JP\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-21 20:07:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n****\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n****\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n \n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:495609921\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:991219842]\" target=\"_blank\">[U:1:991219842]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198951485570\" target=\"_blank\">76561198951485570<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-21 20:07:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Trolling by dropping item <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (9)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-21 22:18:20\">****<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-22 13:10:39\">****<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-22 16:47:37\">****<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-24 21:37:48\">****<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-25 16:35:50\">****<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-31 23:46:17\">****<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-06 13:14:57\">****<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-08 23:00:15\">****<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-16 23:09:32\">****<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2714');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/za.jpg\" alt=\"ZA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-21 14:46:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nRED\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nRED\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:597413183\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1194826366]\" target=\"_blank\">[U:1:1194826366]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199155092094\" target=\"_blank\">76561199155092094<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-21 14:46:41<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-21 14:46:41\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2714\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n <\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2713');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-20 22:05:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #128\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #128\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:697693845\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1395387691]\" target=\"_blank\">[U:1:1395387691]<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199355653419\" target=\"_blank\">76561199355653419<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-20 22:05:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2713\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2712');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-20 18:57:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSentrix<3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSentrix<3\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:630146145\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1260292291]\" target=\"_blank\">[U:1:1260292291]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199220558019\" target=\"_blank\">76561199220558019<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-20 18:57:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">n word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2712\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-20 20:26:16\">Sentrix<3<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-30 19:18:14\">Sentrix<3<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2711');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-20 18:22:36<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMilosoh\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMilosoh\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:546231289\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1092462579]\" target=\"_blank\">[U:1:1092462579]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199052728307\" target=\"_blank\">76561199052728307<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-20 18:22:36<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-20 18:22:36\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2711\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-20 19:08:19\">Milosoh<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-22 17:02:14\">Milosoh<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-20 17:11:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDujabaTwitchGhostcap\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDujabaTwitchGhostcap\n <\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:501189692\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1002379385]\" target=\"_blank\">[U:1:1002379385]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198962645113\" target=\"_blank\">76561198962645113<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-20 17:11:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-27 17:11:06\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Unsportsmanlike Conduct<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2709');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-20 13:38:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGhxstWyd\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\nGhxstWyd\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:722739324\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1445478648]\" target=\"_blank\">[U:1:1445478648]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199405744376\" target=\"_blank\">76561199405744376<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-20 13:38:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-20 13:38:27\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2709\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-20 17:14:16\">GhxstWyd<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2708');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-20 12:33:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAPPLE-JUICE\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAPPLE-JUICE\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n <\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:713154229\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1426308459]\" target=\"_blank\">[U:1:1426308459]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199386574187\" target=\"_blank\">76561199386574187<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-20 12:33:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-19 12:33:08\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2708\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-20 12:33:28\">APPLE-JUICE<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-21 13:03:42\">ORANGE-JUICE<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-22 12:04:50\">ORANGE-JUICE<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2707');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-19 23:26:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmouse peeker\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmouse peeker\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:607065288\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1214130577]\" target=\"_blank\">[U:1:1214130577]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199174396305\" target=\"_blank\">76561199174396305<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-19 23:26:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-20 23:26:21\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2707\">\nPlease Wait...\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:1:607065288&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-20 23:12:48\">mouse peeker<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2706');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-19 20:09:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nstanky leg\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nstanky leg\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:516324405\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1032648811]\" target=\"_blank\">[U:1:1032648811]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198992914539\" target=\"_blank\">76561198992914539<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-19 20:09:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-20 20:09:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2706\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2705');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-19 16:44:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSwordpools ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">1 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSwordpools ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n <\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:527836241\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1055672482]\" target=\"_blank\">[U:1:1055672482]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199015938210\" target=\"_blank\">76561199015938210<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-19 16:44:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-18 16:44:34\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2705\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href='index.php?p=banlist&searchText=STEAM_0:0:527836241&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (9)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-26 15:01:05\">Swordpools<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-11-15 09:13:20\">\u00e1\u00b4\u008fz\u00e1\u00b4\u008fn<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-11-15 14:28:43\">\u00e1\u00b4\u008fz\u00e1\u00b4\u008fn<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-07 16:46:50\">O==||=====> pools<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-08 08:39:21\">O==||=====> pools<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-10 09:10:13\">Nalamac jr.<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-15 14:26:08\">\u00e1\u00b4\u008fz\u00e1\u00b4\u008fn<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-15 14:29:11\">\u00e1\u00b4\u008fz\u00e1\u00b4\u008fn<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-11-17 11:55:13\">\u1d0fz\u1d0fn<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2704');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-19 13:33:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #18\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #18\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:537578537\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1075157075]\" target=\"_blank\">[U:1:1075157075]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199035422803\" target=\"_blank\">76561199035422803<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-19 13:33:41<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-20 13:33:41\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2704\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-19 13:34:43\">Lf<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-19 13:34:29\">Lf<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-19 16:26:17\">Lf<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2703');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-19 08:54:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nrickeN\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nrickeN\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:722778246\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1445556492]\" target=\"_blank\">[U:1:1445556492]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199405822220\" target=\"_blank\">76561199405822220<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-19 08:54:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-19 08:54:21\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2703\">\nPlease Wait...\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2702');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-18 22:14:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nvansh\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nvansh\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:0:237834056\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:475668112]\" target=\"_blank\">[U:1:475668112]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198435933840\" target=\"_blank\">76561198435933840<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-18 22:14:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-19 22:14:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2702\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:0:237834056&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2701');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-18 21:50:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nrussian but live in china\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nrussian but live in china\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:604475620\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1208951241]\" target=\"_blank\">[U:1:1208951241]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199169216969\" target=\"_blank\">76561199169216969<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-18 21:50:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-19 21:50:49\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2701\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:1:604475620&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2700');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-18 21:29:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nVapefecto\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVapefecto\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:119108014\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:238216029]\" target=\"_blank\">[U:1:238216029]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198198481757\" target=\"_blank\">76561198198481757<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-18 21:29:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-11-17 21:29:20\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2700\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2699');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-17 16:35:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #23\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #23\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:79354298\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:158708596]\" target=\"_blank\">[U:1:158708596]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198118974324\" target=\"_blank\">76561198118974324<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-17 16:35:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-18 16:35:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2699\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2698');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-17 03:34:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSir.A$AP d00pa III\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSir.A$AP d00pa III\n<\/td>\n \n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:518972276\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1037944552]\" target=\"_blank\">[U:1:1037944552]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198998210280\" target=\"_blank\">76561198998210280<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-17 03:34:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-17 03:34:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2698\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-16 23:59:52<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNeide\u00d1\u0192i\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNeide\u00d1\u0192i\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:711941875\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1423883751]\" target=\"_blank\">[U:1:1423883751]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199384149479\" target=\"_blank\">76561199384149479<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-16 23:59:52<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2696');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-16 23:50:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\naheb\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\naheb\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:712077003\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1424154007]\" target=\"_blank\">[U:1:1424154007]<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199384419735\" target=\"_blank\">76561199384419735<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-16 23:50:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Admin Disrespect<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2696\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2695');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-16 20:15:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nEPICGAMERCOOL3030\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nEPICGAMERCOOL3030\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:650444225\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1300888450]\" target=\"_blank\">[U:1:1300888450]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199261154178\" target=\"_blank\">76561199261154178<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n <td height=\"16\" class=\"listtable_1\">2022-10-16 20:15:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-17 20:15:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">purpously trolling at item shop diddle<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2695\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2694');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-16 19:50:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nknee girl\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nknee girl\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:688762546\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1377525093]\" target=\"_blank\">[U:1:1377525093]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199337790821\" target=\"_blank\">76561199337790821<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-16 19:50:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-17 19:50:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bypassing nword name<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2694\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2693');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-16 18:44:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nVincenzo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVincenzo\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:504061689\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1008123378]\" target=\"_blank\">[U:1:1008123378]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198968389106\" target=\"_blank\">76561198968389106<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-16 18:44:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-23 18:44:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bypass chat filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2693\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-16 18:45:27\">Vincenzo<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-18 19:20:34\">Vincenzo<\/span>\n<\/td>\n<\/tr>\n<\/table>\n <\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 150 - 180 of 2804 results | <b><a href='index.php?p=banlist&page=5' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=7' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\" selected=\"selected\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76ba7f362d8dcb05',m:'72sPrb8WmbI4tvTM3kziCika5xlHvv.HdBxJRxAhU0s-1668709400-0-ARXPi\/PQYZqcH2l\/5dBt6xOX9s+WuE7VZ864cpA7Tse8m2AIIn2rndWdyJOfYPU48D\/1H2dfwC+qo8ZX7slL3ZVvmzRl1ApuG0Dq4g9qzwyHx1PE5Y80hSyjQoljQtcyRnE7anIJBIb6hyw0OHZwgiw=',s:[0x44a5a5bf4e,0x9c24c317d1],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76ba7f362d8dcb05\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:31:39 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=4r2v8fbf5ra48c88j5ovt6p0mh; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=V9nmfUBODJA4ODFGGQhz3d31yrzhJEJom7zSHeCF%2BiR0lPc1YduOW%2FKwqe6magHY4%2BlQk7mnQwqPiiUQjWSw9qSCDbZr7ZAsEWTWXvp9Xbs7YnsSFFwmCg11i0iYQQ%2FwdnHbxGbIVEaOADDPr2X65pt5TSYNYQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8330908d99160e-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4906');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-11 23:41:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n.stripe\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n.stripe\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:728755479\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1457510958]\" target=\"_blank\">[U:1:1457510958]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199417776686\" target=\"_blank\">76561199417776686<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-11 23:41:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4906\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4905');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-11 23:30:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ni am chickenman\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ni am chickenman\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:562177624\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1124355248]\" target=\"_blank\">[U:1:1124355248]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199084620976\" target=\"_blank\">76561199084620976<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-11 23:30:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-12 23:30:10\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4905\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4904');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/mk.jpg\" alt=\"MK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-11 23:11:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTINI\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTINI\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:770636845\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1541273691]\" target=\"_blank\">[U:1:1541273691]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199501539419\" target=\"_blank\">76561199501539419<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-11 23:11:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-12 23:11:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4904\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-11 23:37:21\">TINI<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4903');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-11 22:45:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nReva27x\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nReva27x\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:611803018\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1223606037]\" target=\"_blank\">[U:1:1223606037]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199183871765\" target=\"_blank\">76561199183871765<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-11 22:45:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4903\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4902');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-11 22:45:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFURIOUSSS\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFURIOUSSS\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:604839536\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1209679072]\" target=\"_blank\">[U:1:1209679072]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199169944800\" target=\"_blank\">76561199169944800<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-11 22:45:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-12 22:45:43\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4902\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">4 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:604839536&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4901');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-11 21:10:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #395\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #395\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:738973927\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1477947855]\" target=\"_blank\">[U:1:1477947855]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199438213583\" target=\"_blank\">76561199438213583<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-11 21:10:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-12 21:10:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4901\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:738973927&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-12 12:47:08\">kapow kapow<\/span>, <span title=\"Server: :, Date: 2023-06-12 19:27:58\">kapow kapow<\/span>, <span title=\"Server: :, Date: 2023-06-12 20:52:29\">kapow kapow<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4900');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-11 20:30:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nH O P E\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nH O P E\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:761609285\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1523218570]\" target=\"_blank\">[U:1:1523218570]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199483484298\" target=\"_blank\">76561199483484298<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-11 20:30:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-12 20:30:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4900\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:761609285&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4899');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-11 02:27:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n11007811\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n11007811\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:740577937\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1481155875]\" target=\"_blank\">[U:1:1481155875]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199441421603\" target=\"_blank\">76561199441421603<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-11 02:27:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4899\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4898');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-11 01:14:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n.ZUHN.\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n.ZUHN.\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:770826152\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1541652305]\" target=\"_blank\">[U:1:1541652305]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199501918033\" target=\"_blank\">76561199501918033<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-11 01:14:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-12 01:14:09\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4898\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4897');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-10 13:00:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHeals\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHeals\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:146733972\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:293467944]\" target=\"_blank\">[U:1:293467944]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198253733672\" target=\"_blank\">76561198253733672<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-10 13:00:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4897\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-10 10:45:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nH O P E\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nH O P E\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:761609285\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1523218570]\" target=\"_blank\">[U:1:1523218570]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199483484298\" target=\"_blank\">76561199483484298<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-10 10:45:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-11 10:45:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Insulting players<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-10 16:35:53\">H O P E<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4895');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-09 23:59:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndeath\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndeath\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:218230363\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:436460727]\" target=\"_blank\">[U:1:436460727]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198396726455\" target=\"_blank\">76561198396726455<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-09 23:59:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-10 23:59:54\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4895\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-10 16:40:08\">death<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4894');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-09 19:13:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n(1)unnamed\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n(1)unnamed\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:572553539\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1145107078]\" target=\"_blank\">[U:1:1145107078]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199105372806\" target=\"_blank\">76561199105372806<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-09 19:13:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-10 19:13:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4894\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-10 17:58:13\">\u2122<\/span>, <span title=\"Server: :, Date: 2023-06-10 18:35:37\">unnamed<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-09 18:51:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSMILEY\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSMILEY\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:148116681\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:296233362]\" target=\"_blank\">[U:1:296233362]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198256499090\" target=\"_blank\">76561198256499090<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-09 18:51:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-16 18:51:37\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Damange and Being toxic<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-10 17:02:05\">SMILEY<\/span>, <span title=\"Server: :, Date: 2023-06-10 17:01:22\">SMILEY<\/span>, <span title=\"Server: :, Date: 2023-06-10 17:11:58\">SMILEY<\/span>, <span title=\"Server: :, Date: 2023-06-11 18:21:37\">SMILEY<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4892');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-09 15:46:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nrockstar\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nrockstar\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:775069218\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1550138436]\" target=\"_blank\">[U:1:1550138436]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199510404164\" target=\"_blank\">76561199510404164<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-09 15:46:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_postprocess_enable<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4892\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-08 21:59:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nStecknadolf\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">12 mo (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nStecknadolf\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:55667632\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:111335265]\" target=\"_blank\">[U:1:111335265]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198071600993\" target=\"_blank\">76561198071600993<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-08 21:59:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nit was a mistake from me, only try to ban u for 1 week and it was not an admin abuse case, we ( admins) and the leaders leading had told the players very many times before entering the room with purple orb to not touch it, and if u didn&#39;t hear it, prob my fault cause i was triggered, someone keep trolling.\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-06-02 21:59:43\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Racist<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-21 22:07:49\">Stecknadolf<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4890');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-08 21:55:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nStecknadolf\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk, 12 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nStecknadolf\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:55667632\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:111335265]\" target=\"_blank\">[U:1:111335265]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198071600993\" target=\"_blank\">76561198071600993<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-08 21:55:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk, 12 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-16 09:55:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Racist<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4890\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4889');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-08 20:52:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nvanpRic\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nvanpRic\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:48371398\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:96742796]\" target=\"_blank\">[U:1:96742796]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198057008524\" target=\"_blank\">76561198057008524<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-08 20:52:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-09 20:52:30\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">toxic<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4889\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-09 08:12:54\">vanpRic<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-09 08:14:48\">vanpRic<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-09 16:28:21\">vanpRic<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4888');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/uz.jpg\" alt=\"UZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-08 16:25:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #299\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #299\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:582826928\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1165653856]\" target=\"_blank\">[U:1:1165653856]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199125919584\" target=\"_blank\">76561199125919584<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-08 16:25:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-09 16:25:49\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4888\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-08 15:42:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n@m1\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n@m1\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:623921860\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1247843721]\" target=\"_blank\">[U:1:1247843721]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199208109449\" target=\"_blank\">76561199208109449<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-08 15:42:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-15 15:42:04\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Racist <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-08 21:49:34\">KAMERAWOOWOOPEEK<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-09 10:25:27\">KAMERAWOOWOOPEEK<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-09 10:34:53\">KAMERAWOOWOOPEEK<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4886');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/mk.jpg\" alt=\"MK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-08 05:23:57<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njonmusliu7\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njonmusliu7\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:767976142\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1535952284]\" target=\"_blank\">[U:1:1535952284]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199496218012\" target=\"_blank\">76561199496218012<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-08 05:23:57<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-09 05:23:57\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4886\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-09 00:55:28\">jonmusliu7<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4885');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pl.jpg\" alt=\"PL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-08 04:51:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntibexikk\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntibexikk\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:774348625\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1548697251]\" target=\"_blank\">[U:1:1548697251]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199508962979\" target=\"_blank\">76561199508962979<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-08 04:51:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4885\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4884');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-08 04:51:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnegor\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnegor\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:628324506\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1256649013]\" target=\"_blank\">[U:1:1256649013]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199216914741\" target=\"_blank\">76561199216914741<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-08 04:51:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-09 04:51:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4884\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:628324506&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4883');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-08 04:25:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nzxc\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nzxc\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:776103200\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1552206400]\" target=\"_blank\">[U:1:1552206400]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199512472128\" target=\"_blank\">76561199512472128<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-08 04:25:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-06-07 04:25:53\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Invalid ConVar Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4883\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4882');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-07 20:54:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\npapa\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\npapa\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:776352246\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1552704492]\" target=\"_blank\">[U:1:1552704492]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199512970220\" target=\"_blank\">76561199512970220<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-07 20:54:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4882\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-08 12:47:51\">reales<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-09 13:38:22\">reales<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4881');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-07 20:41:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmokn\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmokn\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:772521853\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1545043707]\" target=\"_blank\">[U:1:1545043707]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199505309435\" target=\"_blank\">76561199505309435<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-07 20:41:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4881\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4880');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-07 15:31:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTatermayne\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTatermayne\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:485243964\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:970487928]\" target=\"_blank\">[U:1:970487928]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198930753656\" target=\"_blank\">76561198930753656<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-07 15:31:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4880\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:485243964&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4879');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-07 14:40:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLucky7\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nLucky7\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:118216989\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:236433978]\" target=\"_blank\">[U:1:236433978]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198196699706\" target=\"_blank\">76561198196699706<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-07 14:40:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4879\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-07 14:40:41\">\u0d9eLucky7<\/span>, <span title=\"Server: :, Date: 2023-06-07 14:41:11\">\u0d9eLucky7<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-07 14:17:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnephew_bob\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnephew_bob\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:536474924\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1072949848]\" target=\"_blank\">[U:1:1072949848]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199033215576\" target=\"_blank\">76561199033215576<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-07 14:17:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-14 14:17:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Map inflating then leave the server.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (6)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-07 19:28:25\">nephew_bob<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-07 19:33:36\">nephew_bob<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-09 12:57:17\">nephew_bob<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-11 10:00:12\">nephew_bob<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-07 19:28:57\">nephew_bob<\/span>, <span title=\"Server: :, Date: 2023-06-08 16:57:31\">nephew_bob<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4877');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-07 13:47:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkimbamydog ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkimbamydog ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:618831316\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1237662632]\" target=\"_blank\">[U:1:1237662632]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199197928360\" target=\"_blank\">76561199197928360<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-07 13:47:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-08 13:47:44\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Dont troll map<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4877\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-07 16:57:35\">kimbamydog ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 150 - 180 of 4967 results | <b><a href=\"index.php?p=banlist&page=5\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=7\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\" selected=\"selected\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8330908d99160e',m:'B54xnGrvTKjQP_hmX2ZTEn9nfTF.vo.t.iWRJSenjas-1689604299-0-AT8eihSxvXf1kf15T0zOjd\/YWKwxyw4CHSzZQRLVPsga'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8330908d99160e\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=7.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=7.json index d86c641..f492db9 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=7.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=7.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 18:23:21 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"CF-Ray":["76ba7f3c7d3521b7-DUS"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Set-Cookie":["PHPSESSID=c9lhpej4sj29fc31c1eetgmc3h; path=\/"],"Vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"cf-apo-via":["origin,host"],"pragma":["no-cache"],"Server-Timing":["cf-q-config;dur=8.0000008892966e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=OCmrve49l%2FHouy%2FLESpwjXHb5jZ50eQJV7IC6YVfea6TLq35JUcFjJ0ye5dIfxAFqB17LMXhcVWBtOJg%2FfM%2FdswLIuHuf3nE4qgslPeOwYU2i2Zwb8xkscI9QudbWXbDmNZqJuIS1E6kUC9n3Qzt9z%2FodRTY2Q%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2804<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2804<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2692');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-16 17:43:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkim\n<\/div>\n<\/td>\n <td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkim\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:79117639\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:158235278]\" target=\"_blank\">[U:1:158235278]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198118501006\" target=\"_blank\">76561198118501006<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-16 17:43:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2692\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2691');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-16 14:20:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n<i><font color=\"#677882\">no nickname present<\/font><\/i>\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no nickname present<\/font><\/i>\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:598244234\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1196488469]\" target=\"_blank\">[U:1:1196488469]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199156754197\" target=\"_blank\">76561199156754197<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-16 14:20:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-16 14:20:29\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2691\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25580, Date: 2022-10-16 14:21:01\">Cheese<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2690');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-16 02:00:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPatrick Bateman\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPatrick Bateman\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:495122746\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:990245492]\" target=\"_blank\">[U:1:990245492]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198950511220\" target=\"_blank\">76561198950511220<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-16 02:00:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-17 02:00:24\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2690\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-16 02:01:41\">Patrick Bateman<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_2689');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-15 23:47:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nshuwarmaka1zer\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nshuwarmaka1zer\n<\/td>\n\n <td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:455388328\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:910776657]\" target=\"_blank\">[U:1:910776657]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198871042385\" target=\"_blank\">76561198871042385<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-15 23:47:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-16 23:47:37\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2689\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-15 23:47:58\">shuwarmaka1zer<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-15 23:48:16\">shuwarmaka1zer<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-16 20:38:25\">shuwarmaka1zer<\/span>, <span title=\"Server: 51.79.162.166:25580, Date: 2022-10-15 23:53:02\">shuwarmaka1zer<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2688');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-15 22:13:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nR8m1x\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nR8m1x\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:220899566\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:441799133]\" target=\"_blank\">[U:1:441799133]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198402064861\" target=\"_blank\">76561198402064861<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-15 22:13:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Admin Disrepect<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2688\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (7)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-15 22:15:09\">R8m1x<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-16 19:04:54\">R8m1x<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-16 20:43:34\">R8m1x<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-22 22:34:42\">R8m1x<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-23 11:27:11\">R8m1x<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-23 12:04:06\">R8m1x<\/span>, <span title=\"Server: 104.238.220.132:27040, Date: 2022-10-15 22:18:26\">R8m1x<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-15 19:53:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n11111\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n11111\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:546314911\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1092629822]\" target=\"_blank\">[U:1:1092629822]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199052895550\" target=\"_blank\">76561199052895550<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-15 19:53:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-16 19:53:30\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">toxic, being racist<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:0:546314911&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-15 21:18:16\">Bob<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_2686');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cz.jpg\" alt=\"CZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-15 18:27:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntavis\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n <td height=\"16\" class=\"listtable_1\">\ntavis\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:724265601\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1448531202]\" target=\"_blank\">[U:1:1448531202]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199408796930\" target=\"_blank\">76561199408796930<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-15 18:27:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Cheating<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2686\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2685');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-15 17:45:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #259\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #259\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n <\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:625843290\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1251686580]\" target=\"_blank\">[U:1:1251686580]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199211952308\" target=\"_blank\">76561199211952308<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-15 17:45:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-15 17:45:06\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2685\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2684');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-15 16:51:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nkai\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkai\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:537184971\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1074369942]\" target=\"_blank\">[U:1:1074369942]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199034635670\" target=\"_blank\">76561199034635670<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-15 16:51:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-15 16:51:16\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2684\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2683');\">\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-15 15:53:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ns1mple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ns1mple\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:721932095\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1443864191]\" target=\"_blank\">[U:1:1443864191]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199404129919\" target=\"_blank\">76561199404129919<\/a>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-15 15:53:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-15 15:53:00\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2683\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-21 14:45:23\">s1mple<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2682');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-15 13:48:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSad"Sad"Boy\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n <\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSad"Sad"Boy\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:656818351\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1313636703]\" target=\"_blank\">[U:1:1313636703]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199273902431\" target=\"_blank\">76561199273902431<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-15 13:48:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Boy 0 Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2682\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2681');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/uy.jpg\" alt=\"UY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-15 13:06:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nLKZ :]\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n LKZ :]\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:722376161\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1444752323]\" target=\"_blank\">[U:1:1444752323]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199405018051\" target=\"_blank\">76561199405018051<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-15 13:06:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_ragdoll_gravity<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2681\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2680');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-14 16:23:48<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nyh ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nyh ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n \n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:547857355\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1095714711]\" target=\"_blank\">[U:1:1095714711]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199055980439\" target=\"_blank\">76561199055980439<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-14 16:23:48<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-21 16:23:48\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2680\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_0:1:547857355&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-15 16:26:03\">yh ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2679');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-14 15:51:12<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\natena\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\natena\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n <ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:723788437\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1447576875]\" target=\"_blank\">[U:1:1447576875]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199407842603\" target=\"_blank\">76561199407842603<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-14 15:51:12<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-14 15:51:12\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2679\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2678');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-14 14:18:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfurza\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfurza\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:636975166\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1273950332]\" target=\"_blank\">[U:1:1273950332]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199234216060\" target=\"_blank\">76561199234216060<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-14 14:18:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-15 14:18:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2678\">\nPlease Wait...\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2677');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/re.jpg\" alt=\"RE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-13 16:33:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nVibexz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVibexz\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:723394932\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1446789864]\" target=\"_blank\">[U:1:1446789864]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199407055592\" target=\"_blank\">76561199407055592<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-13 16:33:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-13 16:33:44\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2677\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n <\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2676');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-12 22:57:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\np1pagao\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\np1pagao\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:52152399\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:104304798]\" target=\"_blank\">[U:1:104304798]<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198064570526\" target=\"_blank\">76561198064570526<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-12 22:57:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-13 22:57:50\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2676\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2675');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-11 21:59:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbitch lasagna\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbitch lasagna\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:589615003\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1179230006]\" target=\"_blank\">[U:1:1179230006]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199139495734\" target=\"_blank\">76561199139495734<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-11 21:59:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-12 21:59:20\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2675\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2674');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-11 16:50:20<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsativa\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsativa\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:720100963\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1440201927]\" target=\"_blank\">[U:1:1440201927]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199400467655\" target=\"_blank\">76561199400467655<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-11 16:50:20<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-12 16:50:20\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2674\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n <td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2673');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-10 22:48:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTatermayne\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTatermayne\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:485243964\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:970487928]\" target=\"_blank\">[U:1:970487928]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198930753656\" target=\"_blank\">76561198930753656<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-10 22:48:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-11 22:48:44\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2673\">\nPlease Wait...\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:0:485243964&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2672');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-10 22:42:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNiiNii\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNiiNii\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:547043136\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1094086273]\" target=\"_blank\">[U:1:1094086273]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199054352001\" target=\"_blank\">76561199054352001<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-10 22:42:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">weapon_debug_spread_show<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2672\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-10 21:44:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnkvd\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnkvd\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:628657766\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1257315533]\" target=\"_blank\">[U:1:1257315533]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199217581261\" target=\"_blank\">76561199217581261<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-10 21:44:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Abusing Admins or Staff<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-12 19:05:00\">nkvd<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-26 08:48:26\">nkvd<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-10 21:43:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\nphl\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nphl\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:120907638\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:241815277]\" target=\"_blank\">[U:1:241815277]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198202081005\" target=\"_blank\">76561198202081005<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-10 21:43:41<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Abusing Admins or Staff<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (11)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-10 23:45:37\">phl<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-12 12:05:52\">phl<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-12 12:11:36\">phl<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-12 12:18:47\">phl<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-12 12:31:53\">phl<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-12 12:37:25\">phl<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-12 22:12:10\">phl<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-12 23:15:41\">phl<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-20 22:22:43\">phl<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-24 22:11:01\">phl<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-11 22:53:35\">phl<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2669');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-10 17:53:55<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ns1mple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ns1mple\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:546314911\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1092629822]\" target=\"_blank\">[U:1:1092629822]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199052895550\" target=\"_blank\">76561199052895550<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-10 17:53:55<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-11 17:53:55\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2669\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:0:546314911&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-10 18:50:16\">s1mple<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-10 16:51:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nhul mi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nhul mi\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:720556760\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1441113520]\" target=\"_blank\">[U:1:1441113520]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199401379248\" target=\"_blank\">76561199401379248<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-10 16:51:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2667');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/kh.jpg\" alt=\"KH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-10 09:55:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTenZ\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTenZ\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:721659942\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1443319885]\" target=\"_blank\">[U:1:1443319885]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199403585613\" target=\"_blank\">76561199403585613<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-10 09:55:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-10 09:55:37\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2667\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-20 10:58:09\">Cr4Zed.<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-14 11:09:35\">TenZ<\/span>, <span title=\"Server: 51.79.162.166:25580, Date: 2022-10-14 11:42:52\">TenZ<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_2666');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-09 22:37:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFURIOUS JELLY EZ\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFURIOUS JELLY EZ\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:596584207\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1193168415]\" target=\"_blank\">[U:1:1193168415]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199153434143\" target=\"_blank\">76561199153434143<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-09 22:37:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-10-09 22:37:39\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.1] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n <td height=\"16\" class=\"listtable_1\" id=\"host_2666\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2665');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-09 19:33:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCharmzz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">2 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCharmzz\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:521872646\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1043745293]\" target=\"_blank\">[U:1:1043745293]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199004011021\" target=\"_blank\">76561199004011021<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-09 19:33:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">2 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-23 19:33:24\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2665\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (9)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-22 13:14:36\">Charmzz<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-10 17:32:11\">Charmzz<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-14 19:19:40\">Charmzz<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-14 19:28:16\">Charmzz<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-15 11:31:28\">Charmzz<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-17 18:08:06\">Charmzz<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-22 13:14:56\">Charmzz<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-23 11:18:20\">Charmzz<\/span>, <span title=\"Server: 51.79.162.166:25580, Date: 2022-10-09 19:34:27\">Charmzz<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2664');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-09 17:20:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nP3ace_mfker ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 hr (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nP3ace_mfker ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:174435969\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:348871939]\" target=\"_blank\">[U:1:348871939]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198309137667\" target=\"_blank\">76561198309137667<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-09 17:20:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 hr (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-09 18:20:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">spam connection trying to skip queue<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2664\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_1:1:174435969&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-09 17:25:31\">P3ace_mfker ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2663');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-09 12:32:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndrunk boi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndrunk boi\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:720534365\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1441068730]\" target=\"_blank\">[U:1:1441068730]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199401334458\" target=\"_blank\">76561199401334458<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-09 12:32:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2663\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 180 - 210 of 2804 results | <b><a href='index.php?p=banlist&page=6' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=8' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\" selected=\"selected\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76ba7f3c7d3521b7',m:'FrkG3qM08tOuJPuFSFQ69dbRwclE0hT0dgwjZ8tTXyU-1668709401-0-AQ2U\/j7Mb7TDejVM60EiPIKztmnlqcYesZ7JDMGfOyfFi1QrZ6YwOnfPC1THnJ2Ha8wxB8S9Ym3ZctM29T4ux9A8Ie\/o+wI6GFjwXjTsrpx3cN52uK2mXrYr8NqftHpS8wi+c+1jJ50czL7LbkySdhk=',s:[0x0490aa83cc,0x6c3cfab7d5],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76ba7f3c7d3521b7\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:33:01 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=88rik591tcgoceto4629ce1lkn; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=YmAenPrZmdbOsusJ0yqLek1qtgPmTvnk%2FF39TOTjdFLbwdT52krVv9fPTfXOZ1ExlB4BHbVMJS40kUhvGhU4i3RBMkm%2FI%2FituSbPq48OQeC2DJ1Gxo2XaTvarc%2F61XV0JHUL9y7NdQKpVHJUb9VO2v0gAuwVog%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e83328fcccd14cb-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-07 10:58:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nvominhhai2008\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nvominhhai2008\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:776186400\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1552372801]\" target=\"_blank\">[U:1:1552372801]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199512638529\" target=\"_blank\">76561199512638529<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-07 10:58:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Fake lag, ESP<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-07 11:06:38\">vominhhai2008<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-07 11:45:43\">vominhhai2008<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-07 14:58:08\">vominhhai2008<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-08 06:43:43\">vominhhai2008<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4875');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-07 04:03:41<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnaYY\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnaYY\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:621046663\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1242093327]\" target=\"_blank\">[U:1:1242093327]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199202359055\" target=\"_blank\">76561199202359055<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-07 04:03:41<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-08 04:03:41\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4875\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-08 03:34:28\">naYY<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4874');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-07 03:57:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nobsessedfeeling alivebroken\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nobsessedfeeling alivebroken\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:421462374\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:842924749]\" target=\"_blank\">[U:1:842924749]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198803190477\" target=\"_blank\">76561198803190477<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-07 03:57:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-08 03:57:09\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4874\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-07 02:01:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMio\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMio\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:4430292\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:8860585]\" target=\"_blank\">[U:1:8860585]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561197969126313\" target=\"_blank\">76561197969126313<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-07 02:01:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-08 02:01:24\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">n-word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4872');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-07 01:44:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nQuercus #StandWithThailand\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nQuercus #StandWithThailand\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:456989937\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:913979874]\" target=\"_blank\">[U:1:913979874]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198874245602\" target=\"_blank\">76561198874245602<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-07 01:44:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-08 01:44:09\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4872\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-07 21:07:38\">Quercus #StandWithThailand<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4871');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-06 17:59:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSora.\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSora.\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:213006090\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:426012180]\" target=\"_blank\">[U:1:426012180]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198386277908\" target=\"_blank\">76561198386277908<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-06 17:59:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">walling<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4871\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href=\"index.php?p=banlist&searchText=STEAM_1:0:213006090&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (6)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-06 17:59:21\">Sora.<\/span>, <span title=\"Server: :, Date: 2023-06-07 22:00:52\">Sora.<\/span>, <span title=\"Server: :, Date: 2023-06-09 18:23:15\">Sora.<\/span>, <span title=\"Server: :, Date: 2023-06-10 20:40:54\">Sora.<\/span>, <span title=\"Server: :, Date: 2023-06-11 12:07:32\">Sora.<\/span>, <span title=\"Server: 15.235.181.104:27021, Date: 2023-06-29 17:36:15\">Evane<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4870');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-06 16:12:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #604\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #604\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:461945851\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:923891702]\" target=\"_blank\">[U:1:923891702]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198884157430\" target=\"_blank\">76561198884157430<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-06 16:12:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4870\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4869');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-05 23:02:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmonster.sigma\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmonster.sigma\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:775643451\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1551286902]\" target=\"_blank\">[U:1:1551286902]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199511552630\" target=\"_blank\">76561199511552630<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-05 23:02:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">admin disrespect<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4869\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-06 23:31:53\">M.O.N.S.T.E.R. -\uff08\u30c2\u5f59\u3083\uff09<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-06 23:41:20\">M.O.N.S.T.E.R. -\uff08\u30c2\u5f59\u3083\uff09<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-06 23:49:47\">M.O.N.S.T.E.R. -\uff08\u30c2\u5f59\u3083\uff09<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4868');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/tw.jpg\" alt=\"TW\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-05 23:00:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMio\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMio\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:4430292\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:8860585]\" target=\"_blank\">[U:1:8860585]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561197969126313\" target=\"_blank\">76561197969126313<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-05 23:00:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-06 23:00:53\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4868\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4867');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-05 17:28:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsimple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsimple\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:775827075\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1551654150]\" target=\"_blank\">[U:1:1551654150]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199511919878\" target=\"_blank\">76561199511919878<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-05 17:28:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4867\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4866');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-05 15:47:08<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ni_hate_the_black\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ni_hate_the_black\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:739918624\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1479837249]\" target=\"_blank\">[U:1:1479837249]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199440102977\" target=\"_blank\">76561199440102977<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-05 15:47:08<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-06 15:47:08\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate name and ignoring admin warning<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4866\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4865');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-05 10:53:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nATIX\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nATIX\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:557332720\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1114665441]\" target=\"_blank\">[U:1:1114665441]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199074931169\" target=\"_blank\">76561199074931169<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-05 10:53:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Abusing Admins or Staff<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4865\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-06-05 10:53:14\">ATIX<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4864');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-05 02:39:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n<nothing>\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<nothing>\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:588164226\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1176328452]\" target=\"_blank\">[U:1:1176328452]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199136594180\" target=\"_blank\">76561199136594180<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-05 02:39:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-06 02:39:21\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4864\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4863');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-05 02:19:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDoGeWater-\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDoGeWater-\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:739523494\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1479046988]\" target=\"_blank\">[U:1:1479046988]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199439312716\" target=\"_blank\">76561199439312716<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-05 02:19:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-06 02:19:10\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4863\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4862');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/il.jpg\" alt=\"IL\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-05 01:49:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbarggg894\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbarggg894\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:641892658\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1283785316]\" target=\"_blank\">[U:1:1283785316]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199244051044\" target=\"_blank\">76561199244051044<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-05 01:49:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-06 01:49:34\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4862\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4861');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-04 22:54:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMelody\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMelody\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:533919510\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1067839021]\" target=\"_blank\">[U:1:1067839021]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199028104749\" target=\"_blank\">76561199028104749<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-04 22:54:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-05 22:54:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4861\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-05 11:59:25\">Melody<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4860');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-04 21:41:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #41\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #41\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:170221038\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:340442077]\" target=\"_blank\">[U:1:340442077]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198300707805\" target=\"_blank\">76561198300707805<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-04 21:41:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-05 21:41:59\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">sayingracistword<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4860\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4859');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-04 19:58:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nWOMAN PLEASER\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWOMAN PLEASER\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:774739383\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1549478767]\" target=\"_blank\">[U:1:1549478767]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199509744495\" target=\"_blank\">76561199509744495<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-04 19:58:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4859\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4858');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-04 19:13:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAmmi Jee\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAmmi Jee\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:775627184\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1551254368]\" target=\"_blank\">[U:1:1551254368]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199511520096\" target=\"_blank\">76561199511520096<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-04 19:13:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4858\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-04 19:13:49\">Ammi Jee<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4857');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-03 18:49:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #430\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #430\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:205146906\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:410293812]\" target=\"_blank\">[U:1:410293812]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198370559540\" target=\"_blank\">76561198370559540<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-03 18:49:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-04 18:49:51\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4857\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4856');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-03 09:49:56<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSkully\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSkully\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:769974789\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1539949579]\" target=\"_blank\">[U:1:1539949579]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199500215307\" target=\"_blank\">76561199500215307<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-03 09:49:56<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-04 09:49:56\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4856\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4855');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-03 01:24:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nasphyx\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nasphyx\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:242728696\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:485457392]\" target=\"_blank\">[U:1:485457392]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198445723120\" target=\"_blank\">76561198445723120<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-03 01:24:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-04 01:24:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4855\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4854');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-02 23:24:04<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAxus I Ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAxus I Ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:775018317\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1550036634]\" target=\"_blank\">[U:1:1550036634]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199510302362\" target=\"_blank\">76561199510302362<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-02 23:24:04<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAppealed\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">circumventing ban<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4854\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4853');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/md.jpg\" alt=\"MD\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-02 21:24:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nxiLL\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nxiLL\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:603721053\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1207442106]\" target=\"_blank\">[U:1:1207442106]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199167707834\" target=\"_blank\">76561199167707834<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-02 21:24:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4853\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4852');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-02 16:15:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n[OFFICIAL] Axus|ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">Permanent (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n[OFFICIAL] Axus|ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:636597555\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1273195110]\" target=\"_blank\">[U:1:1273195110]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199233460838\" target=\"_blank\">76561199233460838<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-02 16:15:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAppealed\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">nword\/circumventing ban<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4852\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-02 11:55:59<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nReG1STer\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nReG1STer\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:445031394\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:890062789]\" target=\"_blank\">[U:1:890062789]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198850328517\" target=\"_blank\">76561198850328517<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-02 11:55:59<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-09 11:55:59\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Language<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4850');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-02 10:26:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMrRobot\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMrRobot\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:674660079\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1349320158]\" target=\"_blank\">[U:1:1349320158]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199309585886\" target=\"_blank\">76561199309585886<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-02 10:26:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4850\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4849');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-02 00:09:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJohnny Bravo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJohnny Bravo\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:28310450\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:56620901]\" target=\"_blank\">[U:1:56620901]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198016886629\" target=\"_blank\">76561198016886629<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-02 00:09:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-03 00:09:53\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4849\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4848');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-01 21:06:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nK_Dzuliannn\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nK_Dzuliannn\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:556842776\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1113685552]\" target=\"_blank\">[U:1:1113685552]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199073951280\" target=\"_blank\">76561199073951280<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-01 21:06:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-02 21:06:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4848\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-06-01 21:06:46\">K\u00c3\u00b6nig_Dzuliannn<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4847');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-01 20:04:23<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsURF\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsURF\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:240853024\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:481706049]\" target=\"_blank\">[U:1:481706049]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198441971777\" target=\"_blank\">76561198441971777<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-01 20:04:23<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-02 20:04:23\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4847\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:240853024&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 180 - 210 of 4967 results | <b><a href=\"index.php?p=banlist&page=6\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=8\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\" selected=\"selected\">7<\/option><option value=\"8\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e83328fcccd14cb',m:'8TMvdvxQacmjBqUYZnYWB8KvCPxGSYVPg.yMpCH7tu4-1689604381-0-AeNVyDESDohsAUzEMFnj1ZeUqOclfDTzXHyziwhDneUs'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e83328fcccd14cb\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=8.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=8.json index bbf0e0d..e108b45 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=8.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=8.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Thu, 17 Nov 2022 18:23:22 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"CF-Ray":["76ba7f42de78cb15-DUS"],"Cache-Control":["no-store, no-cache, must-revalidate"],"Expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Set-Cookie":["PHPSESSID=07nuoi5oaf2pnu02jg58dkushl; path=\/"],"Vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"cf-apo-via":["origin,host"],"pragma":["no-cache"],"Server-Timing":["cf-q-config;dur=8.999999408843e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=hqslsoUWx7wLSTRRtArHYPBhPU2EtJuZG7z8a2o1UHDkfeKY8je%2FuqoaJ4meSV88GohuXriolpONgaNDPHjysyhh6dTn4FHY7sWBXr9JPiTeGNQ533J384Kl6mPxQafROoYnqEbhkMLcu1ENuqJTjwRKPlBTfw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\">No Bans Found.\t<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76ba7f42de78cb15',m:'AcvseTenpBugL5YvVAx_r4pxKJ7vOsv2nzUvvGncqV8-1668709402-0-AY0syeQe4t6qvKFwRuHzTFmdOvcIwxRc7byNNy\/b9oxlGkozspQxKbcibhUzbi1tJoium9l\/e4EYpk+dyAV0Lfew6+sF0KO8Sz8I\/xSOsvrfQdq3Wa70Kuw97uYkz0wGHFKCQnh7hs5fD1ZKQ2UZntE=',s:[0x227be8bd66,0x07d3f02ddf],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76ba7f42de78cb15\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:31:54 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=kuodq6u6dopimptjdb8e040cc2; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=CC%2B16ZFne8tMgE3rcGNuHIlfsX%2BQCmeuH97RVLUZmmI9ugpytuDPxGGnrsTxGRGLAARBlUdIaDCpS%2BVc4UkpORqksfX5KNP9wOX87IZS9CemC7xUnkgv797%2BxFa9DLw4lyCoTFYPR5MUNC0yJWIqfJKh2oQqyw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8330f1bc4d7a3c-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4846');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/bd.jpg\" alt=\"BD\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-01 18:17:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nskybbler\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">3 mo <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nskybbler\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:620036552\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1240073104]\" target=\"_blank\">[U:1:1240073104]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199200338832\" target=\"_blank\">76561199200338832<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-01 18:17:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">3 mo <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-08-30 18:17:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bypass chatfilter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4846\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-01 18:18:33\">skybbler\u265b<\/span>, <span title=\"Server: :, Date: 2023-06-02 12:54:24\">skybbler\u265b<\/span>, <span title=\"Server: :, Date: 2023-06-05 12:09:46\">skybbler\u265b<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4845');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-01 14:06:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nambasing\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nambasing\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:527370359\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1054740719]\" target=\"_blank\">[U:1:1054740719]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199015006447\" target=\"_blank\">76561199015006447<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-01 14:06:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-02 14:06:54\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4845\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-01 14:42:25\">ambasing<\/span>, <span title=\"Server: :, Date: 2023-06-02 12:03:28\">ambasing<\/span>, <span title=\"Server: :, Date: 2023-06-02 12:22:02\">ambasing<\/span>, <span title=\"Server: :, Date: 2023-06-02 13:36:07\">ambasing<\/span>, <span title=\"Server: :, Date: 2023-06-02 13:46:51\">ambasing<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4844');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ch.jpg\" alt=\"CH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-06-01 02:38:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nhamax is back\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nhamax is back\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:532760229\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1065520458]\" target=\"_blank\">[U:1:1065520458]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199025786186\" target=\"_blank\">76561199025786186<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-06-01 02:38:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-02 02:38:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4844\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4843');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ru.jpg\" alt=\"RU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-31 20:03:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ns1mple\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ns1mple\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:631670213\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1263340427]\" target=\"_blank\">[U:1:1263340427]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199223606155\" target=\"_blank\">76561199223606155<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-31 20:03:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4843\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4842');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-31 18:00:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nXiao chao meng\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nXiao chao meng\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:696767325\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1393534651]\" target=\"_blank\">[U:1:1393534651]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199353800379\" target=\"_blank\">76561199353800379<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-31 18:00:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-07 18:00:17\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">blocking teammates and trolling<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4842\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:696767325&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-02 23:14:51\">Xiao chao meng<\/span>, <span title=\"Server: :, Date: 2023-06-03 18:53:45\">Xiao chao meng<\/span>, <span title=\"Server: :, Date: 2023-06-03 19:15:21\">Xiao chao meng<\/span>, <span title=\"Server: :, Date: 2023-06-04 19:14:20\">Xiao chao meng<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4841');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-31 15:26:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ngapay40324\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ngapay40324\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:775271114\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1550542229]\" target=\"_blank\">[U:1:1550542229]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199510807957\" target=\"_blank\">76561199510807957<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-31 15:26:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4841\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4840');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-31 11:35:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndemonruntz.mp3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndemonruntz.mp3\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:774789700\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1549579401]\" target=\"_blank\">[U:1:1549579401]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199509845129\" target=\"_blank\">76561199509845129<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-31 11:35:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4840\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-31 03:55:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSycora\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSycora\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:434215077\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:868430155]\" target=\"_blank\">[U:1:868430155]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198828695883\" target=\"_blank\">76561198828695883<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-31 03:55:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-01 03:55:24\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">saying n-word\/bypassing n-word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-31 03:54:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nhuraix69\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nhuraix69\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:611187532\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1222375064]\" target=\"_blank\">[U:1:1222375064]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199182640792\" target=\"_blank\">76561199182640792<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-31 03:54:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-01 03:54:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">saying n-word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4837');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hu.jpg\" alt=\"HU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-31 01:35:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nvinettu98\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nvinettu98\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:147351492\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:294702984]\" target=\"_blank\">[U:1:294702984]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198254968712\" target=\"_blank\">76561198254968712<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-31 01:35:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-01 01:35:46\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4837\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4836');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/pk.jpg\" alt=\"PK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-30 21:16:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfk8590206\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfk8590206\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:771820688\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1543641377]\" target=\"_blank\">[U:1:1543641377]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199503907105\" target=\"_blank\">76561199503907105<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-30 21:16:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-31 21:16:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Inappropriate Language<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4836\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4835');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/se.jpg\" alt=\"SE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-30 20:36:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJavier Goikoetxea\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJavier Goikoetxea\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:221156452\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:442312905]\" target=\"_blank\">[U:1:442312905]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198402578633\" target=\"_blank\">76561198402578633<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-30 20:36:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-06 20:36:49\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">inappropriate language, n-word 2 times<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4835\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4834');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-30 13:07:10<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCorns\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCorns\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:447832418\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:895664836]\" target=\"_blank\">[U:1:895664836]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198855930564\" target=\"_blank\">76561198855930564<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-30 13:07:10<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-31 13:07:10\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">nominating map and not lead\/ignoring staff<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4834\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-30 13:07:51\">Corns<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4833');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/mk.jpg\" alt=\"MK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-30 04:40:46<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nllapacinka5.0\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nllapacinka5.0\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:760588722\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1521177445]\" target=\"_blank\">[U:1:1521177445]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199481443173\" target=\"_blank\">76561199481443173<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-30 04:40:46<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-31 04:40:46\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4833\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-30 04:54:26\">llapacinka5.0<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(14, 'id', 'host_4832');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-30 00:15:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nstevecahill\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nstevecahill\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:97591091\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:195182183]\" target=\"_blank\">[U:1:195182183]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198155447911\" target=\"_blank\">76561198155447911<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-30 00:15:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">promoting other servers<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4832\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4831');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-29 20:07:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nmyvi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nmyvi\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:503004784\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1006009568]\" target=\"_blank\">[U:1:1006009568]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198966275296\" target=\"_blank\">76561198966275296<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-29 20:07:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-30 20:07:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4831\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-29 22:09:13\">myvi<\/span>, <span title=\"Server: :, Date: 2023-05-29 21:07:04\">myvi<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4830');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/kh.jpg\" alt=\"KH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-29 15:57:18<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u01b8\u04c1\u01b7\u2122\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u01b8\u04c1\u01b7\u2122\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:154222807\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:308445615]\" target=\"_blank\">[U:1:308445615]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198268711343\" target=\"_blank\">76561198268711343<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-29 15:57:18<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-05 15:57:18\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Team Killing<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4830\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-29 15:57:40\">\u01b8\u04c1\u01b7\u2122<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4829');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-29 13:07:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nAyami\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nAyami\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:431545689\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:863091378]\" target=\"_blank\">[U:1:863091378]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198823357106\" target=\"_blank\">76561198823357106<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-29 13:07:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-30 13:07:13\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4829\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4828');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-29 12:39:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njiwabih497\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njiwabih497\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:774755182\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1549510365]\" target=\"_blank\">[U:1:1549510365]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199509776093\" target=\"_blank\">76561199509776093<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-29 12:39:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4828\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4827');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/br.jpg\" alt=\"BR\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-29 04:37:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nhondacivic2079\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nhondacivic2079\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:774891385\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1549782771]\" target=\"_blank\">[U:1:1549782771]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199510048499\" target=\"_blank\">76561199510048499<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-29 04:37:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4827\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4826');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ua.jpg\" alt=\"UA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-29 04:05:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nKeyR0n\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nKeyR0n\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:768219037\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1536438075]\" target=\"_blank\">[U:1:1536438075]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199496703803\" target=\"_blank\">76561199496703803<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-29 04:05:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4826\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4825');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-29 02:16:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nwh0ppA\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nwh0ppA\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:774559406\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1549118812]\" target=\"_blank\">[U:1:1549118812]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199509384540\" target=\"_blank\">76561199509384540<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-29 02:16:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4825\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4824');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-28 21:24:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNUMBER 1 MUNCH\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNUMBER 1 MUNCH\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:772267975\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1544535951]\" target=\"_blank\">[U:1:1544535951]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199504801679\" target=\"_blank\">76561199504801679<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-28 21:24:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4824\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4823');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-28 20:49:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnowayinhell\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnowayinhell\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:768509827\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1537019655]\" target=\"_blank\">[U:1:1537019655]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199497285383\" target=\"_blank\">76561199497285383<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-28 20:49:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4823\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4822');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-28 20:47:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ndefault? Aizen\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ndefault? Aizen\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:711838242\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1423676485]\" target=\"_blank\">[U:1:1423676485]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199383942213\" target=\"_blank\">76561199383942213<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-28 20:47:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-29 20:47:17\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4822\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:711838242&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (6)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-29 11:15:40\">default? \u20a0 Aizen<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-29 11:14:27\">default? \u20a0 Aizen<\/span>, <span title=\"Server: :, Date: 2023-05-28 20:56:16\">default? \u20a0 Aizen<\/span>, <span title=\"Server: :, Date: 2023-05-29 11:11:41\">default? \u20a0 Aizen<\/span>, <span title=\"Server: :, Date: 2023-05-29 13:27:28\">default? \u20a0 Aizen<\/span>, <span title=\"Server: :, Date: 2023-05-29 20:27:43\">default? \u20a0 Aizen<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(11, 'id', 'host_4821');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-28 20:00:01<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nZed\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nZed\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:489775909\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:979551819]\" target=\"_blank\">[U:1:979551819]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198939817547\" target=\"_blank\">76561198939817547<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-28 20:00:01<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-29 20:00:01\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4821\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-28 20:05:46\">Zed<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4820');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-28 16:42:19<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nTao\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nTao\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:518649672\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1037299345]\" target=\"_blank\">[U:1:1037299345]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198997565073\" target=\"_blank\">76561198997565073<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-28 16:42:19<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-29 16:42:19\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">map inflater<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4820\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-28 12:48:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsv1nota\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsv1nota\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:621219932\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1242439864]\" target=\"_blank\">[U:1:1242439864]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199202705592\" target=\"_blank\">76561199202705592<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-28 12:48:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">insulting religion <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (8)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-29 17:21:40\">sv1nota<\/span>, <span title=\"Server: :, Date: 2023-05-29 17:39:56\">sv1nota<\/span>, <span title=\"Server: :, Date: 2023-05-29 18:44:22\">sv1nota<\/span>, <span title=\"Server: :, Date: 2023-05-29 19:46:15\">sv1nota<\/span>, <span title=\"Server: :, Date: 2023-06-05 21:34:21\">sv1nota<\/span>, <span title=\"Server: :, Date: 2023-06-08 22:07:13\">sv1nota<\/span>, <span title=\"Server: :, Date: 2023-06-09 19:50:28\">sv1nota<\/span>, <span title=\"Server: :, Date: 2023-06-11 17:59:47\">sv1nota<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4818');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-28 07:07:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGamer dad John\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 mo (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGamer dad John\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:503871477\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1007742954]\" target=\"_blank\">[U:1:1007742954]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198968008682\" target=\"_blank\">76561198968008682<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-28 07:07:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 mo (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-06-27 07:07:11\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Bhop Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4818\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4817');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-28 00:51:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nINSANEX_X\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nINSANEX_X\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:773630460\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1547260921]\" target=\"_blank\">[U:1:1547260921]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199507526649\" target=\"_blank\">76561199507526649<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-28 00:51:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_grenadepreview<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4817\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 210 - 240 of 4967 results | <b><a href=\"index.php?p=banlist&page=7\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=9\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\" selected=\"selected\">8<\/option><option value=\"9\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8330f1bc4d7a3c',m:'uxEE8WrbooYQfXrDWkV_7UFh8famLIarQBXhOfJ8ayg-1689604314-0-AR5kv4bQ2pex7SAUOwKhAzcbu8sw5OcrZD4CP2F3E8ev'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8330f1bc4d7a3c\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file diff --git a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=9.json b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=9.json index 070b324..13af4ee 100644 --- a/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=9.json +++ b/tests/Fixtures/Saloon/sourcebans.ghostcap.com/GET/index.php/p=banlist&page=9.json @@ -1 +1 @@ -{"statusCode":200,"headers":{"Date":["Fri, 18 Nov 2022 10:48:11 GMT"],"Content-Type":["text\/html; charset=UTF-8"],"Transfer-Encoding":["chunked"],"Connection":["keep-alive"],"expires":["Thu, 19 Nov 1981 08:52:00 GMT"],"Cache-Control":["no-store, no-cache, must-revalidate"],"pragma":["no-cache"],"set-cookie":["PHPSESSID=vqsb2udvmo7656d8moqd4bitt6; path=\/"],"vary":["Accept-Encoding"],"CF-Cache-Status":["DYNAMIC"],"Server-Timing":["cf-q-config;dur=4.9999980547e-06"],"Report-To":["{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=czytQiBGe9nt0aYXBE1YQ3yBRUae7hMcylQXFsav12MINRtAIHKBCpDLszZRIsIcDUiXQkeUtm3DqKmV3h0Wh1aWAkknmecYnQgQm19BCm2cmsX%2F4otpuOgf38Dk6hEWFlvSgNArjwJZCwH9ltZt24xye5BKLw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"],"NEL":["{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"],"Server":["cloudflare"],"CF-RAY":["76c0214b7d54cb11-DUS"],"alt-svc":["h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"]},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/default\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/default\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href='index.php?p=login'>Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br \/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 2810<\/i><\/h3>\n<br \/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value=\"\" onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value=\"\" onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value=\"\" onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (51.79.162.166:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (51.79.162.166:25573)<\/option>\n<option value=\"3\" id=\"ss3\">Retrieving Hostname... (51.79.162.166:25575)<\/option>\n<option value=\"4\" id=\"ss4\">Retrieving Hostname... (51.79.162.166:25580)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (51.79.162.166:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (51.79.177.164:27015)<\/option>\n<option value=\"12\" id=\"ss12\">Retrieving Hostname... (104.238.220.132:27050)<\/option>\n<option value=\"13\" id=\"ss13\">Retrieving Hostname... (104.238.220.132:27040)<\/option>\n<option value=\"14\" id=\"ss14\">Retrieving Hostname... (104.238.220.132:27020)<\/option>\n<option value=\"15\" id=\"ss15\">Retrieving Hostname... (51.79.162.166:27018)<\/option>\n<option value=\"16\" id=\"ss16\">Retrieving Hostname... (45.88.228.29:27075)<\/option>\n<option value=\"17\" id=\"ss17\">Retrieving Hostname... (45.88.228.29:27025)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type='button' onclick=\"search_bans();\" name='searchbtn' class='btn ok searchbtn' onmouseover='ButtonOver(\"searchbtn\")' onmouseout='ButtonOver(\"searchbtn\")' id='searchbtn' value='Search' \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('3', 'id', 'ss3', '', '', false, 200);xajax_ServerHostPlayers('4', 'id', 'ss4', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);xajax_ServerHostPlayers('12', 'id', 'ss12', '', '', false, 200);xajax_ServerHostPlayers('13', 'id', 'ss13', '', '', false, 200);xajax_ServerHostPlayers('14', 'id', 'ss14', '', '', false, 200);xajax_ServerHostPlayers('15', 'id', 'ss15', '', '', false, 200);xajax_ServerHostPlayers('16', 'id', 'ss16', '', '', false, 200);xajax_ServerHostPlayers('17', 'id', 'ss17', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br \/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 2810<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2638');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-06 20:50:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntapch0w\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntapch0w\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:78693387\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:157386774]\" target=\"_blank\">[U:1:157386774]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198117652502\" target=\"_blank\">76561198117652502<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-06 20:50:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-13 20:50:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">nword<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2638\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2637');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/hk.jpg\" alt=\"HK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-06 20:48:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n belphegor\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbelphegor\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:229819970\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:459639941]\" target=\"_blank\">[U:1:459639941]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198419905669\" target=\"_blank\">76561198419905669<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-06 20:48:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">nword ( bypass chat filter )<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2637\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_0:1:229819970&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (6)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-07 14:28:15\">belphegor<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-07 17:15:16\">belphegor<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-16 15:01:38\">belphegor<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-31 18:00:07\">belphegor<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-03 16:36:43\">belphegor<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-03 17:30:10\">belphegor<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2636');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-06 19:03:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMonkey bypassing name filter\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMonkey bypassing name filter\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:42017591\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:84035183]\" target=\"_blank\">[U:1:84035183]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198044300911\" target=\"_blank\">76561198044300911<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-06 19:03:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-07 19:03:16\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">ignoring warning and breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2636\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-07 17:35:06\">\u00e0\u00b6\u017e<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-07 18:27:44\">\u00e0\u00b6\u017e<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2635');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-06 16:52:27<\/td>\n <td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nparr8\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nparr8\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:564865227\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1129730455]\" target=\"_blank\">[U:1:1129730455]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199089996183\" target=\"_blank\">76561199089996183<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-06 16:52:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-13 16:52:27\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2635\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">3 <a href='index.php?p=banlist&searchText=STEAM_0:1:564865227&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-07 18:40:17\">parr8<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-08 12:39:03\">parr8<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-09 16:58:49\">parr8<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-10 09:04:29\">parr8<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-12 09:44:35\">parr8<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2633');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-05 21:35:16<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nVon Skullarax\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVon Skullarax\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:52619576\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:105239153]\" target=\"_blank\">[U:1:105239153]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198065504881\" target=\"_blank\">76561198065504881<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-05 21:35:16<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-12 21:35:16\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2633\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n <\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2632');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-05 18:59:33<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njustin\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njustin\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:591165399\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1182330798]\" target=\"_blank\">[U:1:1182330798]<\/a>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199142596526\" target=\"_blank\">76561199142596526<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-05 18:59:33<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-06 18:59:33\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2632\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-05 19:00:03\">justin<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-05 16:19:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00e7\u2019\u00b0\u00e7\u00a7\u00bb\u00e5\u2026\u00a5\u00e3\u0081\u201a\u00e3\u0081\u00be\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00e7\u2019\u00b0\u00e7\u00a7\u00bb\u00e5\u2026\u00a5\u00e3\u0081\u201a\u00e3\u0081\u00be\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:17807818\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:35615636]\" target=\"_blank\">[U:1:35615636]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561197995881364\" target=\"_blank\">76561197995881364<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-05 16:19:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Spamming Mic\/Chat<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2630');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-05 15:50:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nVein\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVein\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:1:175314779\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:350629559]\" target=\"_blank\">[U:1:350629559]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198310895287\" target=\"_blank\">76561198310895287<\/a>\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-05 15:50:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Unsportsmanlike Conduct<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2630\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-05 15:50:42\">Vein<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-11-02 19:20:50\">Vein<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2629');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-05 14:31:13<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ntheatre of dreams\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntheatre of dreams\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:651215082\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1302430165]\" target=\"_blank\">[U:1:1302430165]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199262695893\" target=\"_blank\">76561199262695893<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-05 14:31:13<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Aimbot<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2629\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2628');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/in.jpg\" alt=\"IN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-05 11:38:34<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nZjx#hashtag\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nZjx#hashtag\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:153640224\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:307280448]\" target=\"_blank\">[U:1:307280448]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198267546176\" target=\"_blank\">76561198267546176<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-05 11:38:34<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-06 11:38:34\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2628\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2627');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-05 00:39:03<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMASKED1\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMASKED1\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:453286081\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:906572162]\" target=\"_blank\">[U:1:906572162]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198866837890\" target=\"_blank\">76561198866837890<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-05 00:39:03<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-06 00:39:03\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2627\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2626');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-04 23:39:32<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nroses_are_rosie\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n <b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nroses_are_rosie\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:695436281\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1390872562]\" target=\"_blank\">[U:1:1390872562]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199351138290\" target=\"_blank\">76561199351138290<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-04 23:39:32<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-11 23:39:32\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">inflating, dying on purpose<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2626\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-05 23:05:37\">roses_are_rosie<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-05 23:12:04\">roses_are_rosie<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2625');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-04 18:49:51<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nANTI.SWANG\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n <tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nANTI.SWANG\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:89344597\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:178689194]\" target=\"_blank\">[U:1:178689194]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198138954922\" target=\"_blank\">76561198138954922<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-04 18:49:51<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-05 18:49:51\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2625\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2624');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-04 17:36:50<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nparr8\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nparr8\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:564865227\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1129730455]\" target=\"_blank\">[U:1:1129730455]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199089996183\" target=\"_blank\">76561199089996183<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-04 17:36:50<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-05 17:36:50\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2624\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">5 <a href='index.php?p=banlist&searchText=STEAM_1:1:564865227&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2623');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-04 15:48:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <div style=\"float:left;\">\nkrelle\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nkrelle\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:79811745\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:159623491]\" target=\"_blank\">[U:1:159623491]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198119889219\" target=\"_blank\">76561198119889219<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-04 15:48:11<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-05 15:48:11\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2623\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2622');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/.jpg\" alt=\"\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-04 12:39:37<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nraiayas\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nraiayas\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:546752842\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1093505685]\" target=\"_blank\">[U:1:1093505685]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199053771413\" target=\"_blank\">76561199053771413<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-04 12:39:37<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-05 12:39:37\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2622\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2621');\">\n <td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-04 11:51:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n\u00ca\u2022\u00e2\u20ac\u00a2\u00e1\u00b4\u00a5\u00e2\u20ac\u00a2\u00ca\u201dToxica ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n\u00ca\u2022\u00e2\u20ac\u00a2\u00e1\u00b4\u00a5\u00e2\u20ac\u00a2\u00ca\u201dToxica ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:151665759\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:303331518]\" target=\"_blank\">[U:1:303331518]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198263597246\" target=\"_blank\">76561198263597246<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-04 11:51:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-11 11:51:38\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">inflate+trolling<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2621\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-04 14:08:11\">\u00ca\u2022\u00e2\u20ac\u00a2\u00e1\u00b4\u00a5\u00e2\u20ac\u00a2\u00ca\u201dToxica ghostcap.com<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-11 10:27:08\">\u00ca\u2022\u00e2\u20ac\u00a2\u00e1\u00b4\u00a5\u00e2\u20ac\u00a2\u00ca\u201dToxica<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-11 10:35:29\">\u00ca\u2022\u00e2\u20ac\u00a2\u00e1\u00b4\u00a5\u00e2\u20ac\u00a2\u00ca\u201dToxica<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-04 14:11:18\">\u00ca\u2022\u00e2\u20ac\u00a2\u00e1\u00b4\u00a5\u00e2\u20ac\u00a2\u00ca\u201dToxica<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-08 22:45:59\">\u00ca\u2022\u00e2\u20ac\u00a2\u00e1\u00b4\u00a5\u00e2\u20ac\u00a2\u00ca\u201dToxica<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2620');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-03 22:56:07<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nFatShady\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nFatShady\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:81867475\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:163734950]\" target=\"_blank\">[U:1:163734950]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198124000678\" target=\"_blank\">76561198124000678<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-03 22:56:07<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-04 22:56:07\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2620\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2619');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-03 20:58:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsiu\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsiu\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:523065195\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1046130390]\" target=\"_blank\">[U:1:1046130390]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199006396118\" target=\"_blank\">76561199006396118<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-03 20:58:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-04 20:58:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2619\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2618');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-03 16:28:21<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nVitality\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVitality\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:0:721490014\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1442980028]\" target=\"_blank\">[U:1:1442980028]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199403245756\" target=\"_blank\">76561199403245756<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-03 16:28:21<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">mat_postprocess_enable<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2618\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2617');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-03 15:20:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nYIFFking420\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nYIFFking420\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:178284329\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:356568659]\" target=\"_blank\">[U:1:356568659]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198316834387\" target=\"_blank\">76561198316834387<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-03 15:20:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-04 15:20:17\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2617\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-03 15:22:03\">YIFFking420<\/span>\n <\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-03 11:45:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nOcean Man\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nOcean Man\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:58672511\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:117345022]\" target=\"_blank\">[U:1:117345022]<\/a>\n<\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198077610750\" target=\"_blank\">76561198077610750<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-03 11:45:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-10 11:45:26\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Bypassing chat filter.<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (3)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-03 11:54:53\">Ocean Man<\/span>, <span title=\"Server: 51.79.162.166:25573, Date: 2022-10-04 12:14:41\">Ocean Man<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-03 11:55:55\">Ocean Man<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2615');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-03 00:06:15<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #1214\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #1214\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:510580888\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1021161776]\" target=\"_blank\">[U:1:1021161776]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198981427504\" target=\"_blank\">76561198981427504<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-03 00:06:15<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-04 00:06:15\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">intentional inflate<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2615\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-03 00:06:34\">TK<\/span>, <span title=\"Server: 51.79.162.166:27015, Date: 2022-10-03 20:51:28\">TK<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2614');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-02 23:14:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHe11Cat\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHe11Cat\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:1:588457109\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1176914219]\" target=\"_blank\">[U:1:1176914219]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199137179947\" target=\"_blank\">76561199137179947<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-02 23:14:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-03 23:14:42\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2614\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_2613');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-02 23:06:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nChewie\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nChewie\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:71706935\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:143413870]\" target=\"_blank\">[U:1:143413870]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561198103679598\" target=\"_blank\">76561198103679598<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-02 23:06:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">evidance : https:\/\/bit.ly\/3fCY0yk\nkneegrow, gay server<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2613\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:27015, Date: 2022-10-09 22:16:17\">Chewie<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2612');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-02 22:02:05<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nNekoX | Ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nNekoX | Ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:541915611\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1083831223]\" target=\"_blank\">[U:1:1083831223]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199044096951\" target=\"_blank\">76561199044096951<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-02 22:02:05<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-03 22:02:05\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2612\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href='index.php?p=banlist&searchText=STEAM_1:1:541915611&Submit' onclick=\"\" target='_self'> (search) <\/a><\/td>\n <\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2611');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ua.jpg\" alt=\"UA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-02 21:09:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #342\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #342\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:593661450\n<\/td>\n<\/tr>\n <tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1187322900]\" target=\"_blank\">[U:1:1187322900]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199147588628\" target=\"_blank\">76561199147588628<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-02 21:09:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-03 21:09:49\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2611\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2610');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-02 19:20:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nillumi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nillumi\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n STEAM_1:0:714343863\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1428687726]\" target=\"_blank\">[U:1:1428687726]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199388953454\" target=\"_blank\">76561199388953454<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-02 19:20:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-03 19:20:28\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2610\">\n Please Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2609');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/sg.jpg\" alt=\"SG\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-02 18:56:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nbottrixxx\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nbottrixxx\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n <td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:630251389\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1260502778]\" target=\"_blank\">[U:1:1260502778]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199220768506\" target=\"_blank\">76561199220768506<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-02 18:56:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2022-10-09 18:56:27\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2609\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25575, Date: 2022-10-03 15:18:32\">S1MPLE<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-04 10:59:53\">FRUTIOUSSS<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-04 11:19:58\">FRUTIOUSSS<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-04 18:28:23\">FRUTIOUSSS<\/span>, <span title=\"Server: 51.79.162.166:25575, Date: 2022-10-05 11:55:17\">FRUTIOUSSS<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_2608');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/id.jpg\" alt=\"ID\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2022-10-02 18:53:11<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nololo\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nololo\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n <ul>\n<li><a href='#' onclick=\"\" target='_self'> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:620395660\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/[U:1:1240791321]\" target=\"_blank\">[U:1:1240791321]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"https:\/\/steamcommunity.com\/profiles\/76561199201057049\" target=\"_blank\">76561199201057049<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2022-10-02 18:53:11<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">cl_crosshair_recoil<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_2608\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: 51.79.162.166:25573, Date: 2022-10-06 20:02:28\">1w6ts<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 240 - 270 of 2810 results | <b><a href='index.php?p=banlist&page=8' onclick=\"\" target='_self'> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href='index.php?p=banlist&page=10' onclick=\"\" target='_self'> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\" selected=\"selected\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br \/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br \/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'76c0214b7d54cb11',m:'HLR7t6JgfvpvJACYIC7QtLFEp0WwzbstziC9tKJCHNo-1668768491-0-AS656eXIraLrL12vti082NlTqv1IfLo53TAb4G194JtRqmwrFvDgiL3KVUC\/oV+5vMtNCoYT7R9m6w+qn3qkeL8Owa8LUdOAL9huiEQD66I+G6D3BOPHQNiN9d0+FmGPlkC7o5hTFbBYSCzXEFxNeZ0=',s:[0x48ab67336d,0x6eaeec13bb],u:'\/cdn-cgi\/challenge-platform\/h\/g'};var now=Date.now()\/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/h\/g\/scripts\/alpha\/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/vaafb692b2aea4879b33c060e79fe94621666317369993\" integrity=\"sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==\" data-cf-beacon='{\"rayId\":\"76c0214b7d54cb11\",\"version\":\"2022.11.0\",\"r\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file +{"statusCode":200,"headers":{"Date":"Mon, 17 Jul 2023 14:32:00 GMT","Content-Type":"text\/html; charset=UTF-8","Transfer-Encoding":"chunked","Connection":"keep-alive","expires":"Thu, 19 Nov 1981 08:52:00 GMT","Cache-Control":"no-store, no-cache, must-revalidate","pragma":"no-cache","set-cookie":"PHPSESSID=hmbfs2pjpjsntaeuthmm0dsr9g; path=\/","vary":"Accept-Encoding","CF-Cache-Status":"DYNAMIC","Report-To":"{\"endpoints\":[{\"url\":\"https:\\\/\\\/a.nel.cloudflare.com\\\/report\\\/v3?s=emMnelU8HwQ4Pb0UgfsorJVc9tqULFhhzYH8d0Q2f8uCs8IrJTL8OFsXT%2FjO9OFziKoz7QTZWlXzuJnJQ5PGrpRbaeG7Mx%2B3TzeEfbteobi%2FDSd%2Bg4FSV9xyLSTXx9SjtPvrp4G78%2FK6c4P863D6yVwRsAaVnA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","NEL":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","Server":"cloudflare","CF-RAY":"7e8331164df41633-DUS","alt-svc":"h3=\":443\"; ma=86400"},"data":"<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<title>Ban List | Sourcebans - GhostCap Gaming<\/title>\n<link rel=\"Shortcut Icon\" href=\"themes\/gcg\/images\/favicon.ico\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/fontawesome-all.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/sourcebans.js\"><\/script>\n<link href=\"themes\/gcg\/css\/main.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<script type=\"text\/javascript\" src=\".\/scripts\/mootools.js\"><\/script>\n<script type=\"text\/javascript\" src=\".\/scripts\/contextMenoo.js\"><\/script>\n<script type=\"text\/javascript\">\nvar xajaxRequestUri=\".\/index.php\";\nvar xajaxDebug=false;\nvar xajaxStatusMessages=false;\nvar xajaxWaitCursor=true;\nvar xajaxDefinedGet=0;\nvar xajaxDefinedPost=1;\nvar xajaxLoaded=false;\nfunction xajax_Plogin(){return xajax.call(\"Plogin\", arguments, 1);}\nfunction xajax_ServerHostPlayers(){return xajax.call(\"ServerHostPlayers\", arguments, 1);}\nfunction xajax_ServerHostProperty(){return xajax.call(\"ServerHostProperty\", arguments, 1);}\nfunction xajax_ServerHostPlayers_list(){return xajax.call(\"ServerHostPlayers_list\", arguments, 1);}\nfunction xajax_ServerPlayers(){return xajax.call(\"ServerPlayers\", arguments, 1);}\nfunction xajax_LostPassword(){return xajax.call(\"LostPassword\", arguments, 1);}\nfunction xajax_RefreshServer(){return xajax.call(\"RefreshServer\", arguments, 1);}\n\t<\/script>\n<script type=\"text\/javascript\" src=\"scripts\/xajax.js\"><\/script>\n<script type=\"text\/javascript\">\nwindow.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\\nURL: scripts\/xajax.js'); } }, 6000);\n\t<\/script>\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-22XP1CCYX1\"><\/script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag() gtag('js', new Date());\n\n gtag('config', 'G-22XP1CCYX1');\n <\/script>\n<\/head>\n<body>\n<div id=\"header\">\n<div id=\"head-logo\">\n<a href=\"index.php\">\n<img src=\"images\/logos\/sb.png\" border=\"0\" alt=\"SourceBans Logo\" \/>\n<\/a>\n<\/div>\n<div id=\"search\">\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"banlist\" \/>\n<input class=\"searchbox\" alt=\"Search Bans\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Bans...';}\" value=\" Search Bans...\" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<form method=\"get\" action=\"index.php\">\n<input type=\"hidden\" name=\"p\" value=\"commslist\" \/>\n<input class=\"searchbox\" alt=\"Search Comms\" name=\"searchText\" type=\"text\" onfocus=\"this.value='';\" onblur=\"if (this.value=='') {this.value=' Search Comms...';}\" value=\" Search Comms... \" \/>\n<input type=\"submit\" name=\"Submit\" value=\"Search\" style=\"cursor:pointer;\" class=\"button\" \/>\n<\/form>\n<\/div>\n<\/div><div id=\"tabsWrapper\">\n<div id=\"mainwrapper\">\n<div id=\"tabs\">\n<ul>\n<li class=\"nonactive\">\n<a href=\"index.php?p=home\" class=\"tip\" title=\"Dashboard::This page shows an overview of your bans and servers.\" target=\"_self\">Dashboard<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=servers\" class=\"tip\" title=\"Servers::All of your servers and their status can be viewed here.\" target=\"_self\">Servers<\/a>\n<\/li>\n<li class=\"active\">\n<a href=\"index.php?p=banlist\" class=\"tip\" title=\"Bans::All of the bans in the database can be viewed from here.\" target=\"_self\">Bans<\/a>\n<\/li>\n<li class=\"nonactive\">\n<a href=\"index.php?p=commslist\" class=\"tip\" title=\"Comms::All of the communication bans (such as chat gags and voice mutes) in the database can be viewed from here.\" target=\"_self\">Comms<\/a>\n<\/li>\n<\/ul>\n<div id=\"nav\">\n<\/div>\n<div style=\"float: right;\">\n<ul>\n<li>\n<a style=\"background-color: #70B04A;\" href=\"index.php?p=login\">Login<\/a>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"mainwrapper\">\n<div id=\"innerwrapper\"><div id=\"dialog-placement\" style=\"vertical-align:middle;display:none;opacity:0;text-align:center;width:892px;margin:0 auto;position:fixed !important;position:absolute;overflow:hidden;top:10px;left:100px;\">\n<table width=\"460px\" id=\"dialog-holder\" class=\"dialog-holder\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody width=\"460px\">\n<tr>\n<td class=\"box-content\">\n<h2 align=\"left\" id=\"dialog-title\" class=\"ok\"><\/h2>\n<div class=\"dialog-content\" align=\"left\">\n<div class=\"dialog-body\">\n<div class=\"clearfix\">\n<div style=\"float: left; margin-right: 15px;\" id=\"dialog-icon\" class=\"icon-info\"> <\/div>\n<div style=\"width:360px;float: right; padding-bottom: 5px; font-size: 11px;\" id=\"dialog-content-text\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dialog-control\" id=\"dialog-control\">\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<br\/>\n<div id=\"content_title\">\n<b>Ban List<\/b>\n<\/div>\n<div id=\"breadcrumb\">\n» <a href=\"index.php?p=home\">Home<\/a>\n» <a href=\"index.php?p=banlist\">Ban List<\/a>\n<\/div>\n<div id=\"content\"> <h3 align=\"left\">Banlist Overview - <i>Total Bans: 4967<\/i><\/h3>\n<br\/>\n<div align=\"center\">\n<table width=\"50%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr class=\"sea_open\">\n<td width=\"2%\" height=\"16\" class=\"listtable_top\" colspan=\"3\" style=\"text-align: center;\"><b>Advanced Search<\/b> (Click)<\/td>\n<\/tr>\n<tr>\n<td>\n<div class=\"panel\">\n<table width=\"100%\" cellpadding=\"0\" class=\"listtable\" cellspacing=\"0\">\n<tr>\n<td class=\"listtable_1\" width=\"8%\" align=\"center\"><input id=\"name\" name=\"search_type\" type=\"radio\" value=\"name\"><\/td>\n<td class=\"listtable_1\" width=\"26%\">Nickname<\/td>\n<td class=\"listtable_1\" width=\"66%\"><input class=\"textbox\" type=\"text\" id=\"nick\" value onmouseup=\"$('name').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"steam_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Steam ID<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"steamid\" value onmouseup=\"$('steam_').checked = true\" style=\"width: 50%; margin-right: 12px;\"><select class=\"select\" id=\"steam_match\" onmouseup=\"$('steam_').checked = true\" style=\"width: 33%;\">\n<option value=\"0\" selected>Exact Match<\/option>\n<option value=\"1\">Partial Match<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"reason_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Reason<\/td>\n<td class=\"listtable_1\"><input class=\"textbox\" type=\"text\" id=\"ban_reason\" value onmouseup=\"$('reason_').checked = true\" style=\"width: 87%;\"><\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"date\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Date<\/td>\n<td class=\"listtable_1\">\n<input class=\"textbox\" type=\"text\" id=\"day\" value=\"DD\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"month\" value=\"MM\" onmouseup=\"$('date').checked = true\" maxlength=\"2\" style=\"width: 22%;\">\n<input class=\"textbox\" type=\"text\" id=\"year\" value=\"YY\" onmouseup=\"$('date').checked = true\" maxlength=\"4\" style=\"width: 24%;\">\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"length_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Length<\/td>\n<td class=\"listtable_1\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<select class=\"select\" id=\"length_type\" onmouseup=\"$('length_').checked = true\" style=\"width: 60px; margin-right: 12px;\">\n<option value=\"e\" title=\"equal to\">=<\/option>\n<option value=\"h\" title=\"greater\">><\/option>\n<option value=\"l\" title=\"smaller\"><<\/option>\n<option value=\"eh\" title=\"equal to or greater\">>=<\/option>\n<option value=\"el\" title=\"equal to or smaller\"><=<\/option>\n<\/select>\n<\/td>\n<td>\n<input type=\"text\" id=\"other_length\" name=\"other_length\" onmouseup=\"$('length_').checked = true\" style=\"border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 190px;display:none;\">\n<\/td>\n<td>\n<select class=\"select\" id=\"length\" onmouseup=\"$('length_').checked = true\" onchange=\"switch_length(this);\" onmouseover=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '210px');if(this.options[this.selectedIndex].value=='other')this.focus();\" onblur=\"if(this.options[this.selectedIndex].value=='other')$('length').setStyle('width', '20px');\" style=\"width: 127%;\">\n<option value=\"0\">Permanent<\/option>\n<optgroup label=\"minutes\">\n<option value=\"1\">1 minute<\/option>\n<option value=\"5\">5 minutes<\/option>\n<option value=\"10\">10 minutes<\/option>\n<option value=\"15\">15 minutes<\/option>\n<option value=\"30\">30 minutes<\/option>\n<option value=\"45\">45 minutes<\/option>\n<\/optgroup>\n<optgroup label=\"hours\">\n<option value=\"60\">1 hour<\/option>\n<option value=\"120\">2 hours<\/option>\n<option value=\"180\">3 hours<\/option>\n<option value=\"240\">4 hours<\/option>\n<option value=\"480\">8 hours<\/option>\n<option value=\"720\">12 hours<\/option>\n<\/optgroup>\n<optgroup label=\"days\">\n<option value=\"1440\">1 day<\/option>\n<option value=\"2880\">2 days<\/option>\n<option value=\"4320\">3 days<\/option>\n<option value=\"5760\">4 days<\/option>\n<option value=\"7200\">5 days<\/option>\n<option value=\"8640\">6 days<\/option>\n<\/optgroup>\n<optgroup label=\"weeks\">\n<option value=\"10080\">1 week<\/option>\n<option value=\"20160\">2 weeks<\/option>\n<option value=\"30240\">3 weeks<\/option>\n<\/optgroup>\n<optgroup label=\"months\">\n<option value=\"40320\">1 month<\/option>\n<option value=\"80640\">2 months<\/option>\n<option value=\"120960\">3 months<\/option>\n<option value=\"241920\">6 months<\/option>\n<option value=\"483840\">12 months<\/option>\n<\/optgroup>\n<option value=\"other\">Other length in minutes<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"center\" class=\"listtable_1\"><input id=\"ban_type_\" type=\"radio\" name=\"search_type\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Type<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"ban_type\" onmouseup=\"$('ban_type_').checked = true\" style=\"width: 95%;\">\n<option value=\"0\" selected>Steam ID<\/option>\n<option value=\"1\">IP Address<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"listtable_1\" align=\"center\"><input id=\"where_banned\" name=\"search_type\" type=\"radio\" value=\"radiobutton\"><\/td>\n<td class=\"listtable_1\">Server<\/td>\n<td class=\"listtable_1\">\n<select class=\"select\" id=\"server\" onmouseup=\"$('where_banned').checked = true\" style=\"width: 95%;\">\n<option label=\"Web Ban\" value=\"0\">Web Ban<\/option>\n<option value=\"1\" id=\"ss1\">Retrieving Hostname... (zombies.ghostcap.com:27015)<\/option>\n<option value=\"2\" id=\"ss2\">Retrieving Hostname... (sg4.ghostcap.com:27020)<\/option>\n<option value=\"10\" id=\"ss10\">Retrieving Hostname... (zombies.ghostcap.com:27017)<\/option>\n<option value=\"11\" id=\"ss11\">Retrieving Hostname... (15.235.181.104:27021)<\/option>\n<\/select>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"4\"><input type=\"button\" onclick=\"search_bans();\" name=\"searchbtn\" class=\"btn ok searchbtn\" onmouseover=\"ButtonOver("searchbtn")\" onmouseout=\"ButtonOver("searchbtn")\" id=\"searchbtn\" value=\"Search\" \/><\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<script type=\"text\/javascript\">xajax_ServerHostPlayers('1', 'id', 'ss1', '', '', false, 200);xajax_ServerHostPlayers('2', 'id', 'ss2', '', '', false, 200);xajax_ServerHostPlayers('10', 'id', 'ss10', '', '', false, 200);xajax_ServerHostPlayers('11', 'id', 'ss11', '', '', false, 200);<\/script>\n<script>InitAccordion('tr.sea_open', 'div.panel', 'mainwrapper');<\/script><script type=\"text\/javascript\">\nfunction switch_length(opt)\n{\n if (opt.options[opt.selectedIndex].value=='other') {\n $('other_length').setStyle('display', 'block');\n $('other_length').focus();\n $('length').setStyle('width', '20px');\n } else {\n $('other_length').setStyle('display', 'none');\n $('length').setStyle('width', '210px');\n }\n}\n<\/script>\n<br\/>\n<div id=\"banlist-nav\"><a href=\"index.php?p=banlist&hideinactive=true\" title=\"Hide inactive\">Hide inactive<\/a> | <i>Total Bans: 4967<\/i><\/div>\n<div id=\"banlist\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"listtable\">\n<tr>\n<td width=\"12%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>MOD\/Country<\/b><\/td>\n<td width=\"14%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Date<\/b><\/td>\n<td height=\"16\" class=\"listtable_top\"><b>Player<\/b><\/td>\n<td width=\"10%\" height=\"16\" class=\"listtable_top\" align=\"center\"><b>Length<\/b><\/td>\n<\/tr>\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4816');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-27 20:45:53<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nlio\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Unbanned)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nlio\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:581075004\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1162150008]\" target=\"_blank\">[U:1:1162150008]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199122415736\" target=\"_blank\">76561199122415736<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-27 20:45:53<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Unbanned)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\ntypo made by player typing !knige instead of !knife\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-28 20:45:53\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4816\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/zz.jpg\" alt=\"Unknown Country\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-27 19:12:49<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfeelixzacat\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfeelixzacat\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_0:0:647342618\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1294685236]\" target=\"_blank\">[U:1:1294685236]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199254950964\" target=\"_blank\">76561199254950964<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-27 19:12:49<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-28 19:12:49\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">saying n-word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\">\nWeb Ban\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(15, 'id', 'host_4814');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-27 18:53:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nfeelixzacat\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nfeelixzacat\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:647342618\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1294685236]\" target=\"_blank\">[U:1:1294685236]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199254950964\" target=\"_blank\">76561199254950964<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-27 18:53:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-28 18:53:40\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4814\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4813');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/jp.jpg\" alt=\"JP\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-27 16:42:17<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBAN ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBAN ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:728689825\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1457379651]\" target=\"_blank\">[U:1:1457379651]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199417645379\" target=\"_blank\">76561199417645379<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-27 16:42:17<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-28 16:42:17\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">multiple offense of not leading when nom<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4813\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-28 08:26:08\">BAN ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-28 15:02:11\">BAN ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-28 15:47:04\">BAN ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-28 15:47:46\">BAN ghostcap.com<\/span>, <span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-28 15:52:42\">BAN ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4812');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-27 14:13:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nHarryDLive\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nHarryDLive\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:103777339\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:207554678]\" target=\"_blank\">[U:1:207554678]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198167820406\" target=\"_blank\">76561198167820406<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-27 14:13:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">toxic to staff<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4812\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4811');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-26 22:42:42<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nMoodyYT\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nMoodyYT\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:773960492\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1547920985]\" target=\"_blank\">[U:1:1547920985]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199508186713\" target=\"_blank\">76561199508186713<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-26 22:42:42<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4811\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4810');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-26 12:01:00<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #101\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #101\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:510228180\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1020456361]\" target=\"_blank\">[U:1:1020456361]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198980722089\" target=\"_blank\">76561198980722089<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-26 12:01:00<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4810\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4809');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-25 20:22:28<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nJruuz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nJruuz\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:570880811\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1141761623]\" target=\"_blank\">[U:1:1141761623]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199102027351\" target=\"_blank\">76561199102027351<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-25 20:22:28<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-26 20:22:28\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4809\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4808');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/lk.jpg\" alt=\"LK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-25 03:31:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nZomb1e\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nZomb1e\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:552686690\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1105373381]\" target=\"_blank\">[U:1:1105373381]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199065639109\" target=\"_blank\">76561199065639109<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-25 03:31:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-26 03:31:38\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4808\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:552686690&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4807');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-24 23:27:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nGunNRoses\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nGunNRoses\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:51762277\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:103524555]\" target=\"_blank\">[U:1:103524555]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198063790283\" target=\"_blank\">76561198063790283<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-24 23:27:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-25 23:27:06\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4807\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4806');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/lk.jpg\" alt=\"LK\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-24 02:52:38<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nZomb1e\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nZomb1e\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:552686690\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1105373381]\" target=\"_blank\">[U:1:1105373381]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199065639109\" target=\"_blank\">76561199065639109<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-24 02:52:38<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-25 02:52:38\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4806\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">2 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:552686690&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-25 02:11:07\">Zomb1e<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-25 02:25:10\">Zomb1e<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-25 02:30:47\">Zomb1e<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-25 02:45:17\">Zomb1e<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-25 02:51:05\">Zomb1e<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4805');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-23 22:48:39<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nheisenberg\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nheisenberg\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:774435589\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1548871179]\" target=\"_blank\">[U:1:1548871179]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199509136907\" target=\"_blank\">76561199509136907<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-23 22:48:39<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4805\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-23 23:04:05\">heisenberg<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4804');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/cz.jpg\" alt=\"CZ\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-23 22:47:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nVetr1x\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nVetr1x\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:462759045\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:925518090]\" target=\"_blank\">[U:1:925518090]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198885783818\" target=\"_blank\">76561198885783818<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-23 22:47:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4804\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-23 22:47:49\">Vetr1x<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4803');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-23 21:40:30<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nsage\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nsage\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:112668559\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:225337118]\" target=\"_blank\">[U:1:225337118]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198185602846\" target=\"_blank\">76561198185602846<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-23 21:40:30<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-24 21:40:30\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4803\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4802');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-23 18:15:29<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\n|PP| Aoki\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\n|PP| Aoki\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:760751168\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1521502336]\" target=\"_blank\">[U:1:1521502336]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199481768064\" target=\"_blank\">76561199481768064<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-23 18:15:29<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">racism<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4802\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-23 18:15:42\">|PP| Aoki<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-24 12:05:26\">|PP| Aoki<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4801');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-23 14:49:54<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nErgin\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nErgin\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:56402154\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:112804309]\" target=\"_blank\">[U:1:112804309]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198073070037\" target=\"_blank\">76561198073070037<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-23 14:49:54<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">n word<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4801\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4800');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/th.jpg\" alt=\"TH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-22 18:29:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nnkr\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nnkr\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:511389203\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1022778407]\" target=\"_blank\">[U:1:1022778407]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198983044135\" target=\"_blank\">76561198983044135<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-22 18:29:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-23 18:29:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Breaking chat rules<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4800\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-22 20:41:04\">nkr<\/span>, <span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-22 20:50:23\">nkr<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(1, 'id', 'host_4799');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ro.jpg\" alt=\"RO\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-22 15:54:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nCyby ghostcap.com\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nCyby ghostcap.com\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:539016390\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1078032780]\" target=\"_blank\">[U:1:1078032780]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199038298508\" target=\"_blank\">76561199038298508<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-22 15:54:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-23 15:54:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">map inflater<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4799\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: zombies.ghostcap.com:27015, Date: 2023-05-22 15:55:38\">Cyby ghostcap.com<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4798');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-22 04:08:09<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDWCmonke\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDWCmonke\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:541511737\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1083023475]\" target=\"_blank\">[U:1:1083023475]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199043289203\" target=\"_blank\">76561199043289203<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-22 04:08:09<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-05-21 04:08:09\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Aimbot Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4798\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(4, 'id', 'host_4797');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/my.jpg\" alt=\"MY\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-21 23:15:40<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ni fuck 7 ur mother\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ni fuck 7 ur mother\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:84853890\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:169707780]\" target=\"_blank\">[U:1:169707780]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198129973508\" target=\"_blank\">76561198129973508<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-21 23:15:40<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4797\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-06-15 20:11:38\">cult<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4796');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/vn.jpg\" alt=\"VN\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-21 23:06:43<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nhpx\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nhpx\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:421907870\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:843815740]\" target=\"_blank\">[U:1:843815740]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198804081468\" target=\"_blank\">76561198804081468<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-21 23:06:43<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">trolling + baiting + blocking teammates<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4796\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (1)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: sg4.ghostcap.com:27020, Date: 2023-05-23 10:08:09\">hpx<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4795');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-21 21:53:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nSucraM\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSucraM\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:577149914\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1154299828]\" target=\"_blank\">[U:1:1154299828]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199114565556\" target=\"_blank\">76561199114565556<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-21 21:53:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-22 21:53:27\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4795\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (2)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-21 23:14:26\">SucraM<\/span>, <span title=\"Server: :, Date: 2023-05-22 17:01:42\">SucraM<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4794');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-21 20:10:25<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPLAYGENSHIN\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPLAYGENSHIN\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:704169019\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1408338039]\" target=\"_blank\">[U:1:1408338039]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199368603767\" target=\"_blank\">76561199368603767<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-21 20:10:25<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-22 20:10:25\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4794\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">10 <a href=\"index.php?p=banlist&searchText=STEAM_1:1:704169019&Submit\" onclick target=\"_self\"> (search) <\/a><\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4793');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ph.jpg\" alt=\"PH\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-21 18:21:14<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\njsm\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 wk (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\njsm\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:558748311\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1117496623]\" target=\"_blank\">[U:1:1117496623]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199077762351\" target=\"_blank\">76561199077762351<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-21 18:21:14<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 wk (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-28 18:21:14\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">bypassing chat filter<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4793\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (4)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-21 18:21:32\">jsm<\/span>, <span title=\"Server: :, Date: 2023-05-27 18:46:02\">jsm<\/span>, <span title=\"Server: :, Date: 2023-05-28 16:42:34\">jsm<\/span>, <span title=\"Server: :, Date: 2023-05-28 18:11:29\">jsm<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4792');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/us.jpg\" alt=\"US\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-21 14:17:06<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\ncupid2fendi\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\ncupid2fendi\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:0:772246086\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1544492172]\" target=\"_blank\">[U:1:1544492172]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199504757900\" target=\"_blank\">76561199504757900<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-21 14:17:06<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4792\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4791');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/gb.jpg\" alt=\"GB\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-20 23:52:44<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nPlayer #12\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_banned\">12 mo, 5 d <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nPlayer #12\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:417907772\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:835815545]\" target=\"_blank\">[U:1:835815545]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561198796081273\" target=\"_blank\">76561198796081273<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-20 23:52:44<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">12 mo, 5 d <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2024-05-19 23:52:44\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">[Little Anti-Cheat 1.7.4] Anti-Duck-Delay Detected<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4791\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4790');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/au.jpg\" alt=\"AU\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-20 18:51:26<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nBigDickDaddy473\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nBigDickDaddy473\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:2063510\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:4127021]\" target=\"_blank\">[U:1:4127021]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561197964392749\" target=\"_blank\">76561197964392749<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-20 18:51:26<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4790\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4789');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/se.jpg\" alt=\"SE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-20 05:48:22<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nDarkz\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_unbanned\">1 d (Expired)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nDarkz\n<\/td>\n\n<td width=\"30%\" rowspan=\"13\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:639111482\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1278222965]\" target=\"_blank\">[U:1:1278222965]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199238488693\" target=\"_blank\">76561199238488693<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-20 05:48:22<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">1 d (Expired)<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unban reason<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">no reason present<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Unbanned by Admin<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Admin deleted.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n2023-05-21 05:48:22\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">Damaging teammates repeatedly!<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4789\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (5)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<span title=\"Server: :, Date: 2023-05-20 19:06:39\">Darkz<\/span>, <span title=\"Server: :, Date: 2023-05-21 01:28:19\">Darkz<\/span>, <span title=\"Server: :, Date: 2023-05-21 04:31:04\">Darkz<\/span>, <span title=\"Server: :, Date: 2023-05-21 04:37:11\">Darkz<\/span>, <span title=\"Server: :, Date: 2023-05-21 05:44:13\">Darkz<\/span>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(3, 'id', 'host_4788');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/web.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/de.jpg\" alt=\"DE\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-20 00:06:27<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nelias\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nelias\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:741429720\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1482859441]\" target=\"_blank\">[U:1:1482859441]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199443125169\" target=\"_blank\">76561199443125169<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-20 00:06:27<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC |Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4788\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<tr class=\"opener tbl_out\" onmouseout=\"this.className='tbl_out'\" onmouseover=\"this.className='tbl_hover'\" onclick=\"xajax_ServerHostPlayers(2, 'id', 'host_4787');\">\n<td height=\"16\" align=\"center\" class=\"listtable_1\"><img src=\"images\/games\/csgo.png\" alt=\"MOD\" border=\"0\" align=\"absmiddle\" \/> <img src=\"images\/country\/ca.jpg\" alt=\"CA\" border=\"0\" align=\"absmiddle\" \/><\/td>\n<td height=\"16\" align=\"center\" class=\"listtable_1\">2023-05-19 22:05:24<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<div style=\"float:left;\">\nP4R71CL3\n<\/div>\n<\/td>\n<td width=\"20%\" height=\"16\" align=\"center\" class=\"listtable_1_permanent\">Permanent <\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"7\" align=\"center\">\n<div class=\"opener\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" class=\"listtable\">\n<tr>\n<td height=\"16\" align=\"left\" class=\"listtable_top\" colspan=\"3\">\n<b>Ban Details<\/b>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"30%\" height=\"16\" class=\"listtable_1\">Player<\/td>\n<td height=\"16\" class=\"listtable_1\">\nP4R71CL3\n<\/td>\n\n<td width=\"30%\" rowspan=\"11\" class=\"listtable_2 opener\">\n<div class=\"ban-edit\">\n<ul>\n<li><a href=\"#\" onclick target=\"_self\"> <i class=\"fas fa-video-slash fa-lg\"><\/i> No Demos <\/a><\/li>\n<\/ul>\n<\/div>\n<\/td>\n\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\nSTEAM_1:1:594238168\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam3 ID<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/[U:1:1188476337]\" target=\"_blank\">[U:1:1188476337]<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Steam Community<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<a href=\"http:\/\/steamcommunity.com\/profiles\/76561199148742065\" target=\"_blank\">76561199148742065<\/a>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Invoked on<\/td>\n<td height=\"16\" class=\"listtable_1\">2023-05-19 22:05:24<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banlength<\/td>\n<td height=\"16\" class=\"listtable_1\">Permanent <\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Expires on<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">Not applicable.<\/font><\/i>\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Reason<\/td>\n<td height=\"16\" class=\"listtable_1\">GCAC | Using third-party software<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Banned from<\/td>\n<td height=\"16\" class=\"listtable_1\" id=\"host_4787\">\nPlease Wait...\n<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Total Bans<\/td>\n<td height=\"16\" class=\"listtable_1\">No previous bans<\/td>\n<\/tr>\n<tr align=\"left\">\n<td width=\"20%\" height=\"16\" class=\"listtable_1\">Blocked (0)<\/td>\n<td height=\"16\" class=\"listtable_1\">\n<i><font color=\"#677882\">never<\/font><\/i>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n\n<\/table>\n<div id=\"banlist-nav\">\ndisplaying 240 - 270 of 4967 results | <b><a href=\"index.php?p=banlist&page=8\" onclick target=\"_self\"> <i class=\"fas fa-arrow-left fa-lg\"><\/i> prev <\/a><\/b> | <b><a href=\"index.php?p=banlist&page=10\" onclick target=\"_self\"> next <i class=\"fas fa-arrow-right fa-lg\"><\/i> <\/a><\/b> <select onchange=\"changePage(this,'B','','');\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><option value=\"9\" selected=\"selected\">9<\/option><option value=\"10\">10<\/option><option value=\"11\">11<\/option><option value=\"12\">12<\/option><option value=\"13\">13<\/option><option value=\"14\">14<\/option><option value=\"15\">15<\/option><option value=\"16\">16<\/option><option value=\"17\">17<\/option><option value=\"18\">18<\/option><option value=\"19\">19<\/option><option value=\"20\">20<\/option><option value=\"21\">21<\/option><option value=\"22\">22<\/option><option value=\"23\">23<\/option><option value=\"24\">24<\/option><option value=\"25\">25<\/option><option value=\"26\">26<\/option><option value=\"27\">27<\/option><option value=\"28\">28<\/option><option value=\"29\">29<\/option><option value=\"30\">30<\/option><option value=\"31\">31<\/option><option value=\"32\">32<\/option><option value=\"33\">33<\/option><option value=\"34\">34<\/option><option value=\"35\">35<\/option><option value=\"36\">36<\/option><option value=\"37\">37<\/option><option value=\"38\">38<\/option><option value=\"39\">39<\/option><option value=\"40\">40<\/option><option value=\"41\">41<\/option><option value=\"42\">42<\/option><option value=\"43\">43<\/option><option value=\"44\">44<\/option><option value=\"45\">45<\/option><option value=\"46\">46<\/option><option value=\"47\">47<\/option><option value=\"48\">48<\/option><option value=\"49\">49<\/option><option value=\"50\">50<\/option><option value=\"51\">51<\/option><option value=\"52\">52<\/option><option value=\"53\">53<\/option><option value=\"54\">54<\/option><option value=\"55\">55<\/option><option value=\"56\">56<\/option><option value=\"57\">57<\/option><option value=\"58\">58<\/option><option value=\"59\">59<\/option><option value=\"60\">60<\/option><option value=\"61\">61<\/option><option value=\"62\">62<\/option><option value=\"63\">63<\/option><option value=\"64\">64<\/option><option value=\"65\">65<\/option><option value=\"66\">66<\/option><option value=\"67\">67<\/option><option value=\"68\">68<\/option><option value=\"69\">69<\/option><option value=\"70\">70<\/option><option value=\"71\">71<\/option><option value=\"72\">72<\/option><option value=\"73\">73<\/option><option value=\"74\">74<\/option><option value=\"75\">75<\/option><option value=\"76\">76<\/option><option value=\"77\">77<\/option><option value=\"78\">78<\/option><option value=\"79\">79<\/option><option value=\"80\">80<\/option><option value=\"81\">81<\/option><option value=\"82\">82<\/option><option value=\"83\">83<\/option><option value=\"84\">84<\/option><option value=\"85\">85<\/option><option value=\"86\">86<\/option><option value=\"87\">87<\/option><option value=\"88\">88<\/option><option value=\"89\">89<\/option><option value=\"90\">90<\/option><option value=\"91\">91<\/option><option value=\"92\">92<\/option><option value=\"93\">93<\/option><option value=\"94\">94<\/option><option value=\"95\">95<\/option><option value=\"96\">96<\/option><option value=\"97\">97<\/option><option value=\"98\">98<\/option><option value=\"99\">99<\/option><option value=\"100\">100<\/option><option value=\"101\">101<\/option><option value=\"102\">102<\/option><option value=\"103\">103<\/option><option value=\"104\">104<\/option><option value=\"105\">105<\/option><option value=\"106\">106<\/option><option value=\"107\">107<\/option><option value=\"108\">108<\/option><option value=\"109\">109<\/option><option value=\"110\">110<\/option><option value=\"111\">111<\/option><option value=\"112\">112<\/option><option value=\"113\">113<\/option><option value=\"114\">114<\/option><option value=\"115\">115<\/option><option value=\"116\">116<\/option><option value=\"117\">117<\/option><option value=\"118\">118<\/option><option value=\"119\">119<\/option><option value=\"120\">120<\/option><option value=\"121\">121<\/option><option value=\"122\">122<\/option><option value=\"123\">123<\/option><option value=\"124\">124<\/option><option value=\"125\">125<\/option><option value=\"126\">126<\/option><option value=\"127\">127<\/option><option value=\"128\">128<\/option><option value=\"129\">129<\/option><option value=\"130\">130<\/option><option value=\"131\">131<\/option><option value=\"132\">132<\/option><option value=\"133\">133<\/option><option value=\"134\">134<\/option><option value=\"135\">135<\/option><option value=\"136\">136<\/option><option value=\"137\">137<\/option><option value=\"138\">138<\/option><option value=\"139\">139<\/option><option value=\"140\">140<\/option><option value=\"141\">141<\/option><option value=\"142\">142<\/option><option value=\"143\">143<\/option><option value=\"144\">144<\/option><option value=\"145\">145<\/option><option value=\"146\">146<\/option><option value=\"147\">147<\/option><option value=\"148\">148<\/option><option value=\"149\">149<\/option><option value=\"150\">150<\/option><option value=\"151\">151<\/option><option value=\"152\">152<\/option><option value=\"153\">153<\/option><option value=\"154\">154<\/option><option value=\"155\">155<\/option><option value=\"156\">156<\/option><option value=\"157\">157<\/option><option value=\"158\">158<\/option><option value=\"159\">159<\/option><option value=\"160\">160<\/option><option value=\"161\">161<\/option><option value=\"162\">162<\/option><option value=\"163\">163<\/option><option value=\"164\">164<\/option><option value=\"165\">165<\/option><option value=\"166\">166<\/option><\/select>\n<\/div>\n<\/div>\n<script type=\"text\/javascript\">window.addEvent('domready', function(){\n InitAccordion('tr.opener', 'div.opener', 'mainwrapper');\n \n \n });\n <\/script>\n<\/div><\/div><\/div>\n<div id=\"footer\">\n<div id=\"mainwrapper\" style=\"text-align: center;\">\n<a href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\"><img src=\"images\/logos\/sb.png\" alt=\"SourceBans\" border=\"0\" \/><\/a><br\/>\n<div id=\"footqversion\" style=\"line-height: 20px;\"><a style=\"color: #C1C1C1\" href=\"https:\/\/sbpp.github.io\/\" target=\"_blank\">SourceBans++<\/a> 1.7.0 | Git: 1145<\/div>\n<span style=\"line-height: 20px;\">Powered by <a href=\"https:\/\/www.sourcemod.net\" target=\"_blank\" style=\"color: #C1C1C1\">SourceMod<\/a><\/span><br\/>\n<\/div>\n<\/div>\n<\/div>\n<script>\n\n\n\n\nwindow.addEvent('domready', function(){\n\n\tProcessAdminTabs();\n\n var Tips2 = new Tips($('.tip'), {\n initialize:function(){\n this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);\n },\n onShow: function(toolTip) {\n this.fx.start(1);\n },\n onHide: function(toolTip) {\n this.fx.start(0);\n }\n });\n var Tips4 = new Tips($('.perm'), {\n className: 'perm'\n });\n});\n\n<\/script>\n<script>(function(){var js = \"window['__CF$cv$params']={r:'7e8331164df41633',m:'Iu75Ovk..t7Y_P1hVg.YUhHHh0sEXnxn_jDmY_K9wEc-1689604320-0-AXpHdN7b1iXv2trDNKiUolWrQYYn6JIM+FlIDRBohpA4'};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='\/cdn-cgi\/challenge-platform\/scripts\/invisible.js',document.getElementsByTagName('head')[0].appendChild(_cpo);\";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.nonce = '';_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();<\/script><script defer src=\"https:\/\/static.cloudflareinsights.com\/beacon.min.js\/v2cb3a2ab87c5498db5ce7e6608cf55231689030342039\" integrity=\"sha512-DI3rPuZDcpH\/mSGyN22erN5QFnhl760f50\/te7FTIYxodEF8jJnSFnfnmG\/c+osmIQemvUrnBtxnMpNdzvx1\/g==\" data-cf-beacon='{\"rayId\":\"7e8331164df41633\",\"version\":\"2023.4.0\",\"r\":1,\"b\":1,\"token\":\"46a903ea42284aa8ac9b33fd32977b66\",\"si\":100}' crossorigin=\"anonymous\"><\/script>\n<\/body>\n<\/html>"} \ No newline at end of file